Tooltip Text Converter vollständig für GkvAbrechnung+InvoiceBase+deren light verianten
This commit is contained in:
@@ -30,17 +30,32 @@ namespace BeWo.Converter
|
||||
}
|
||||
}
|
||||
|
||||
if (value is GkvAbrechnungVM gkv2)
|
||||
{
|
||||
if (parameter is string s)
|
||||
{
|
||||
if (s == "Send")
|
||||
{
|
||||
return gkv2.SendTooltip;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (value is InvoiceBaseLightVM invoice)
|
||||
{
|
||||
return invoice.IsGkvValidError;
|
||||
}
|
||||
|
||||
if (value is InvoiceBaseVM invoice2)
|
||||
{
|
||||
return invoice2.IsGkvValidError;
|
||||
}
|
||||
|
||||
if (value is MandatorVM mandator)
|
||||
{
|
||||
return mandator.CanEditIKLeistungserbringerTooltip;
|
||||
}
|
||||
|
||||
|
||||
return "xxx";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user