Class BusinessLogicFieldContract
Represents a business logic field configuration
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class BusinessLogicFieldContract : Object
Name | Description |
---|---|
BusinessLogicFieldContract() |
Fields
Name | Description |
---|---|
BackgroundColor | Background color |
BusinessObjectId | Unique ID of the business object which this field belongs to |
ChangeDependencies | UI dependency collections |
DatabaseSelectDataSettingId | Database selection ID |
DescriptionId | Description ID |
DescriptionTranslationType | Description translation type, see BusinessLogicFieldDescriptionTranslationTypeEnum |
DisplayedFieldsAndKeysOnSelection | Fields that are displayed in the selection. They also contain necessary keys for a clear selection |
DisplayFieldsOnSelectionFormat | Format to display selection fields |
ExamSchemeIds | Exam scheme ID's |
FieldType | Selected field type, see FieldTypeEnum |
GroupName | Group name at radio buttons |
Id | Unique ID of this business logic field |
ImageId | Image class name |
IsAuthorized | Is field authorized |
IsAuthorizedVisible | Is the field visibility authorized |
IsOpen | If the control associated with the field is open. Only certain types |
IsValidate | Is field validated |
LoadSelectionDataImmediately | Defines whether selection data should be loaded immediately when loading or only when required |
MaxNumberDigits | Maximum number of allowed digits |
MaxSize | Maximum size, individual for each type |
MinSize | Minimum size, individual for each type |
MultiLineTextRows | Defines the number of rows for a multiline text in a text area |
NumberOfSearchResultsToBeLoaded | Number of search results to be loaded |
PossibleDisplayedFieldsAndKeysOnSelection | Fields that can be selected in the selection "DisplayedFieldsAndKeysOnSelection" |
PossibleFieldTypes | Possible field types, see FieldTypeEnum |
TextColor | Text color |
ToCorrespond | Behaviour corresponding to UI selection, see BusinessLogicFieldCorrespondEnum |
UseAssociation | Should associations be used with certain fields, see ActiveStateEnum |
ValueField | The field ID, in case of a selection field, which is displayed at the end in the control. May only be a field from the list of "DisplayedFieldsAndKeysOnSelection" |