| C# |
|---|
| public class DocAssembly : IComparable<DocAssembly> |
| #ctor | Initializes an object instance. |
| #ctor | The Copy constructor. |
| Clone | Clones the structure of the object. |
| CompareTo | Provides the default Sort functionality. |
| ToString | The object string identifier. |
| ActiveFlag | Gets or sets the ActiveFlag value. |
| ChangedNames | Gets a reference to the ChangedNames list. |
| Description | Gets or sets the Description value. |
| DocAssemblyGroupID | Gets or sets the DocAssemblyGroupID value. |
| FileSpec | Gets or sets the FileSpec value. |
| ID | Gets or sets the ID value. |
| MainImage | Gets or sets the MainImage value. |
| Name | Gets or sets the Name value. |
| Sequence | Gets or sets the Sequence value. |
| ColumnActiveFlag | The ActiveFlag column name. |
| ColumnDescription | The Description column name. |
| ColumnDocAssemblyGroupID | The DocAssemblyGroupID column name. |
| ColumnFileSpec | The FileSpec column name. |
| ColumnID | The ID column name. |
| ColumnMainImage | The MainImage column name. |
| ColumnName | The Name column name. |
| ColumnSequence | The Sequence column name. |
| LengthDescription | The Description maximum length. |
| LengthFileSpec | The FileSpec maximum length. |
| LengthMainImage | The MainImage maximum length. |
| LengthName | The Name maximum length. |
| TableName | The table name. |