DocumentTableRelationCollection Class |
Namespace: GroupDocs.Assembly.Data
The DocumentTableRelationCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the total number of DocumentTableRelation objects in the collection.
|
![]() | Item |
Gets a DocumentTableRelation instance from the collection at the specified index.
|
Name | Description | |
---|---|---|
![]() | Add |
Creates a DocumentTableRelation object for the specified parent and child columns, and adds it
to the collection.
|
![]() | Clear |
Clears the collection of any relations.
|
![]() | Contains |
Returns a value indicating whether this collection contains the specified relation.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator to iterate DocumentTableRelation objects of this collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf |
Returns the index of the specified relation within this collection.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove |
Removes the specified relation from the collection.
|
![]() | RemoveAt |
Removes the relation at the specified index from the collection.
|
![]() | ToString | (Inherited from Object.) |