public class AttributeOut
Public Class AttributeOut
Ensur.Core.Main.POCOs.AttributeOut = function();
Type.createClass(
'Ensur.Core.Main.POCOs.AttributeOut');
DataType | Data type enumeration |
DataTypeID | Data type - Number from the database |
FieldID | ID of the attribute |
FieldName | Attribute name |
IsRequired | Attribute is required on the document. |
LongDescription | Attribute description |
Maximum | Maximum numeric value |
MaxLength | Maximum string length |
Minimum | Minimum numeric value |
PickListOptions | An array of the available choices in a pick list |
SelectedValue | Value object for single value. |
SelectedValues | An array of the selected values for a multi-value picklist |
SortOrder | Sorting order... |