BcfRelationCollection Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
The BcfRelationCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Array |
Gets the immutable array containing the relations.
| |
| Count |
Gets the number of relations in the collection.
| |
| ItemInt32 |
Gets the BcfRelation at the specified index.
| |
| ItemString |
Gets the BcfRelation with the specified relation name.
|
| Name | Description | |
|---|---|---|
| Contains |
Determines whether the specified relation name is contained.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Gets an Enumerator that can be used to iterate through the collection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetRelation |
Gets the relation with the specified name.
|