| C# |
|---|
| public class DocMethod : IComparable<DocMethod> |
| #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 Sequence value. |
| ChangedNames | Gets a reference to the ChangedNames list. |
| ChangedOverload | Gets or sets a flag for a changed OverloadName value. |
| Description | Gets or sets the Description value. |
| DocClassID | Gets or sets the DocClassID value. |
| DocMethodGroupID | Gets or sets the DocMethodGroupID value. |
| ID | Gets or sets the ID value. |
| Name | Gets or sets the Name value. |
| OverloadName | Gets or sets the Name value. |
| Sequence | Gets or sets the Sequence value. |
| ColumnActiveFlag | The ActiveFlag column name. |
| ColumnDescription | The Description column name. |
| ColumnDocClassID | The DocClassID column name. |
| ColumnDocMethodGroupID | The DocMethodGroupID column name. |
| ColumnID | The ID column name. |
| ColumnName | The Name column name. |
| ColumnOverloadName | The OverloadName column name. |
| ColumnSequence | The Sequence column name. |
| LengthDescription | The Description maximum length. |
| LengthName | The Name maximum length. |
| TableName | The table name. |