Class BusinessLogicFieldUIDepContract
Represents a UI dependency for a business logic field
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class BusinessLogicFieldUIDepContract : Object
Name | Description |
---|---|
BusinessLogicFieldUIDepContract() |
Fields
Name | Description |
---|---|
ActionValue | Action value of the field |
BackgroundColor | Background color of the field |
DefaultValue | Default value of the field |
DescriptionId | Description ID of this UI dependency for a business logic field |
Id | Unique ID of this UI dependency for a business logic field |
ImageId | Only flaticon name like in 'flaticon.css'-file. |
IsDetailsAreShown | Currently only supported for tables with detail-rows. |
IsOpen | Indicates if the field-control is open |
IsReadOnly | Indicates if field is read-only |
IsRequired | Indicates if field is required |
IsVisible | Indicates if field is visible |
QuestionYesNo | Can only be used in conjunction with 'BLFieldCorrespondEnum.Normal'. Create a question with the text-id in 'DefaultValue'(Caption) and in 'ActionValue'(Dialog-text), with 'no' it is canceled and nothing else happens. With 'yes' as usual |
ResetErrorMessage | Indicates if error message has to be reset |
ResetInfoMessage | Indicates if info message has to be reset |
TextColor | Text color of the field |
Value | Value of the field |