Class PropertyTypeConfigurationContract
Advanced configuration for a property type
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class PropertyTypeConfigurationContract : Object
Name | Description |
---|---|
PropertyTypeConfigurationContract() |
Fields
Name | Description |
---|---|
DateTimeFormat | Optional: formatting string for dates that overwrites the default format e.g. "MM-dd-yy" or "G" |
EnumConfiguration | List of enum configurations |
NumberMaximumDecimals | Maximum allowed decimals |
NumberMaximumDecimalsInternal | Maximum allowed decimals for storage. Has to be greater or equal than |
NumberMaximumDigits | Maximum allowed digits |
NumberMaximumDigitsInternal | Maximum allowed digits for storage. Has to be greater or equal than |
StringAllowPhoneticSearch | Defines if phonetic search is activated |
StringCaseSensitive | Defines if index values are stored case sensitive |
StringForbiddenChars | Not allowed characters for string property types |
StringMaximumLength | Maximum allowed length for string property types |