| C# |
|---|
| public class DocMethodGroup : IComparable<DocMethodGroup> |
| #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. |
| DocClassID | Gets or sets the DocClassID value. |
| DocMethodGroupHeadingID | Gets or sets the DocMethodGroupHeadingID value. |
| Heading | Gets or sets the Join Heading value. |
| HeadingName | Gets or sets the DocClassGroupHeadingID value. |
| HeadingTextCustom | Gets or sets the DocClassGroupHeadingID value. |
| ID | Gets or sets the ID value. |
| Sequence | Gets or sets the Sequence value. |
| ColumnActiveFlag | The ActiveFlag column name. |
| ColumnDocClassID | The DocClassID column name. |
| ColumnDocMethodGroupHeadingID | The DocMethodGroupHeadingID column name. |
| ColumnHeadingName | The HeadingName column name. |
| ColumnHeadingTextCustom | The HeadingTextCustom column name. |
| ColumnID | The ID column name. |
| ColumnSequence | The Sequence column name. |
| TableName | The table name. |