BcfReflectedChildRelationCollection Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.ViewModel.Forms
The BcfReflectedChildRelationCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Returns the number of elements in the collection.
| |
| Item |
Gets the BcfRelation from the collection with the specified childRelation name.
|
| Name | Description | |
|---|---|---|
| Contains(String) |
Determines whether the specified name is in the collection.
| |
| Contains(BcfRelation) |
Determines whether the specified childRelation in the collection.
| |
| 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.) | |
| TryGetChildRelation |
Gets the childRelation with the specified name.
|