Class DataModelRelationshipCollection

DataModelRelationshipCollection class

Represents the relationships.

public class DataModelRelationshipCollection : CollectionBase<DataModelRelationship>

Properties

NameDescription
Capacity { get; set; }
Count { get; }
Item { get; }Gets the relationship.
Item { get; set; }

Methods

NameDescription
BinarySearch(DataModelRelationship)
BinarySearch(DataModelRelationship, IComparer<DataModelRelationship>)
BinarySearch(int, int, DataModelRelationship, IComparer<DataModelRelationship>)
Clear()
Contains(DataModelRelationship)
CopyTo(DataModelRelationship[])
CopyTo(DataModelRelationship[], int)
CopyTo(int, DataModelRelationship[], int, int)
Exists(Predicate<DataModelRelationship>)
Find(Predicate<DataModelRelationship>)
FindAll(Predicate<DataModelRelationship>)
FindIndex(Predicate<DataModelRelationship>)
FindIndex(int, Predicate<DataModelRelationship>)
FindIndex(int, int, Predicate<DataModelRelationship>)
FindLast(Predicate<DataModelRelationship>)
FindLastIndex(Predicate<DataModelRelationship>)
FindLastIndex(int, Predicate<DataModelRelationship>)
FindLastIndex(int, int, Predicate<DataModelRelationship>)
GetEnumerator()
IndexOf(DataModelRelationship)
IndexOf(DataModelRelationship, int)
IndexOf(DataModelRelationship, int, int)
LastIndexOf(DataModelRelationship)
LastIndexOf(DataModelRelationship, int)
LastIndexOf(DataModelRelationship, int, int)
RemoveAt(int)

See Also