| BcfModelObjectCollectionT Class | |
Namespace: CalculationWorks.BusinessModel
public class BcfModelObjectCollection<T> : KeyedCollection<string, T> where T : class, IBcfModelObject
The BcfModelObjectCollectionT type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfModelObjectCollectionT |
Initializes a new instance of the BcfModelObjectCollectionT class.
| |
| BcfModelObjectCollectionT(ICollectionT) |
Initializes a new instance of the BcfModelObjectCollectionT class.
| |
| BcfModelObjectCollectionT(Int32) |
Initializes a new instance of the BcfModelObjectCollectionT class.
|
| Name | Description | |
|---|---|---|
| Comparer | (Inherited from KeyedCollectionString, T.) | |
| Count | (Inherited from CollectionT.) | |
| Dictionary | (Inherited from KeyedCollectionString, T.) | |
| ItemTKey | (Inherited from KeyedCollectionString, T.) | |
| ItemInt32 | (Inherited from CollectionT.) | |
| Items | (Inherited from CollectionT.) |
| Name | Description | |
|---|---|---|
| Add | (Inherited from CollectionT.) | |
| ChangeItemKey | (Inherited from KeyedCollectionString, T.) | |
| Clear | (Inherited from CollectionT.) | |
| ClearItems | (Inherited from KeyedCollectionString, T.) | |
| Contains(TKey) | (Inherited from KeyedCollectionString, T.) | |
| Contains(T) | (Inherited from CollectionT.) | |
| CopyTo | (Inherited from CollectionT.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | (Inherited from CollectionT.) | |
| GetHashCode | (Inherited from Object.) | |
| GetKeyForItem |
Gets the key for item.
(Overrides KeyedCollectionTKey, TItemGetKeyForItem(TItem).) | |
| GetType | (Inherited from Object.) | |
| IndexOf | (Inherited from CollectionT.) | |
| Insert | (Inherited from CollectionT.) | |
| InsertItem | (Inherited from KeyedCollectionString, T.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Remove(TKey) | (Inherited from KeyedCollectionString, T.) | |
| Remove(T) | (Inherited from CollectionT.) | |
| RemoveAt | (Inherited from CollectionT.) | |
| RemoveItem | (Inherited from KeyedCollectionString, T.) | |
| SetItem | (Inherited from KeyedCollectionString, T.) | |
| ToString | (Inherited from Object.) | |
| TryGetValue |
Gets the value associated with the specified key.
|