| C# |
|---|
| public class DocAppFile : IComparable<DocAppFile> |
| #ctor | Initializes an object instance. |
| CompareTo | Provides the default Sort functionality. |
| ToString | The object string identifier. |
| ChangedNames | Gets a reference to the ChangedNames list. |
| CreateDate | Gets or sets the CreateDate value. |
| CreateUserID | Gets or sets the CreateUserID value. |
| Description | Gets or sets the Description value. |
| DocAppID | Gets or sets the DocAppID value. |
| FileName | Gets or sets the FileName value. |
| ID | Gets or sets the ID value. |
| LocalFileName | Gets or sets the LocalFileName value. |
| LocalPath | Gets or sets the LocalPath value. |
| Path | Gets or sets the Path value. |
| Workstation | Gets or sets the Workstation value. |
| ColumnCreateDate | The CreateDate column name. |
| ColumnCreateUserID | The CreateUserID column name. |
| ColumnDescription | The Description column name. |
| ColumnDocAppID | The DocAppID column name. |
| ColumnFileName | The FileName column name. |
| ColumnID | The ID column name. |
| ColumnLocalFileName | The LocalFileName column name. |
| ColumnLocalPath | The LocalPath column name. |
| ColumnPath | The Path column name. |
| ColumnWorkstation | The Workstation column name. |
| LengthCreateUserID | The CreateUserID maximum length. |
| LengthDescription | The Description maximum length. |
| LengthFileName | The FileName maximum length. |
| LengthLocalFileName | The LocalFileName maximum length. |
| LengthLocalPath | The LocalPath maximum length. |
| LengthPath | The Path maximum length. |
| LengthWorkstation | The Workstation maximum length. |
| TableName | The table name. |