AttributeOut Class

Ensur Attribute - For retrieving values or lists. Not for adding new attributes.

Definition

Namespace: Ensur.Core.Main.POCOs
Assembly: Ensur.Core.Main (in Ensur.Core.Main.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class AttributeOut
Inheritance
Object    AttributeOut

Properties

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...

See Also