C# |
---|
public class DocClassGroup : IComparable<DocClassGroup> |
#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. |
DocAssemblyID | Gets or sets the DocAssemblyID value. |
DocClassGroupHeadingID | Gets or sets the DocClassGroupHeadingID value. |
Heading | Gets or sets the Join Heading value. |
HeadingName | Gets or sets the HeadingName value. |
HeadingTextCustom | Gets or sets the HeadingTextCustom value. |
ID | Gets or sets the ID value. |
Sequence | Gets or sets the Sequence value. |
ColumnActiveFlag | The ActiveFlag column name. |
ColumnDocAssemblyID | The DocAssemblyID column name. |
ColumnDocClassGroupHeadingID | The DocClassGroupHeadingID column name. |
ColumnHeadingName | The HeadingName column name. |
ColumnHeadingTextCustom | The HeadingTextCustom column name. |
ColumnID | The ID column name. |
ColumnJoinHeading | The Join Heading column name. |
ColumnSequence | The Sequence column name. |
TableName | The table name. |