| C# |
|---|
| public class DocAppField : IComparable<DocAppField> |
| #ctor | Initializes an object instance. |
| CompareTo | Provides the default Sort functionality. |
| ToString | The object string identifier. |
| AllowDbNull | Gets or sets the AllowDbNull value. |
| AutoIncrement | Gets or sets the AutoIncrement value. |
| Caption | Gets or sets the Caption value. |
| ChangedNames | Gets a reference to the ChangedNames list. |
| ColumnName | Gets or sets the ColumnName value. |
| DataTypeName | Gets or sets the DataTypeName value. |
| DefaultValue | Gets or sets the DefaultValue value. |
| Description | Gets or sets the Description value. |
| DocAppFieldBehaviorID | Gets or sets the DocAppFieldBehaviorID value. |
| DocAppID | Gets or sets the DocAppID value. |
| ID | Gets or sets the ID value. |
| MaxLength | Gets or sets the MaxLength value. |
| Sequence | Gets or sets the Sequence value. |
| Status | Gets or sets the Status value. |
| Unique | Gets or sets the Unique value. |
| ColumnAllowDbNull | The AllowDbNull column name. |
| ColumnAutoIncrement | The AutoIncrement column name. |
| ColumnCaption | The Caption column name. |
| ColumnColumnName | The ColumnName column name. |
| ColumnDataTypeName | The DataTypeName column name. |
| ColumnDefaultValue | The DefaultValue column name. |
| ColumnDescription | The Description column name. |
| ColumnDocAppFieldBehaviorID | The DocAppFieldBehaviorID column name. |
| ColumnDocAppID | The DocAppID column name. |
| ColumnID | The ID column name. |
| ColumnMaxLength | The MaxLength column name. |
| ColumnSequence | The Sequence column name. |
| ColumnUnique | The Unique column name. |
| LengthCaption | The Caption maximum length. |
| LengthColumnName | The ColumnName maximum length. |
| LengthDataTypeName | The DataTypeName maximum length. |
| LengthDefaultValue | The DefaultValue maximum length. |
| LengthDescription | The Description maximum length. |
| PropertyAllowDbNull | The AllowDbNull property name. |
| TableName | The table name. |