@if (!ShowSaveForm)
{
@if (!CanSave)
{
Configura fonte e destinazione per abilitare il salvataggio
}
}
else
{
@if (!string.IsNullOrEmpty(SaveMessage))
{
@SaveMessage
}
Fonte: @GetSourceSummary()
@if (!string.IsNullOrEmpty(SourceSchema))
{
Schema: @SourceSchema
}
@if (!string.IsNullOrEmpty(SourceTable))
{
Tabella: @SourceTable
}
Destinazione: @GetDestinationSummary()
@if (!string.IsNullOrEmpty(DestinationSchema))
{
Schema: @DestinationSchema
}
@if (!string.IsNullOrEmpty(DestinationTable))
{
Tabella: @DestinationTable
}
@if (!string.IsNullOrEmpty(DestinationEndpoint))
{
Endpoint: @DestinationEndpoint
}
@if (FieldMappings != null && FieldMappings.Any())
{
@FieldMappings.Count mapping dei campi configurati
}
}