Class BusinessLogicElementDetailsBaseContract
Represents a business logic element with base details
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class BusinessLogicElementDetailsBaseContract : Object
Name | Description |
---|---|
BusinessLogicElementDetailsBaseContract() |
Fields
Name | Description |
---|---|
BackgroundColor | Background color |
BusinessLogicElementBase | Contains the business logic element base |
ChangeDependencies | UI dependency collections |
DisplayFieldsOnSelection | Fields that are displayed in the selection. They also contain necessary keys for a clear selection |
GroupId | Group ID at radio buttons |
ImageSourceId | Image source ID |
LoadSelectionDataImmediately | Defines whether selection data should be loaded immediately when loading or only when required |
MaxNumberOfDigits | Maximum number of allowed digits |
NumberOfMultilineText | Defines the number of rows for a multiline text in a text area |
TextColor | Text color |
ValueMaxSize | Maximum size, individual for each type |
ValueMinSize | Minimum size, individual for each type |
ValueSelectionField | The field ID, in case of a selection element, which is displayed at the end in the control. May only be a field from the list of "DisplayedFieldsAndKeysOnSelection" |