Click or drag to resize
CalculationWorks Logo
BcfModelObjectCollectionT Class
Base class for model collections.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionT
    System.Collections.ObjectModelKeyedCollectionString, T
      CalculationWorks.BusinessModelBcfModelObjectCollectionT

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntax
public class BcfModelObjectCollection<T> : KeyedCollection<string, T>
where T : class, IBcfModelObject

Type Parameters

T
Item type of the collection

The BcfModelObjectCollectionT type exposes the following members.

Constructors
  NameDescription
Public methodBcfModelObjectCollectionT
Initializes a new instance of the BcfModelObjectCollectionT class.
Public methodBcfModelObjectCollectionT(ICollectionT)
Initializes a new instance of the BcfModelObjectCollectionT class.
Public methodBcfModelObjectCollectionT(Int32)
Initializes a new instance of the BcfModelObjectCollectionT class.
Top
Properties
  NameDescription
Public propertyComparer (Inherited from KeyedCollectionString, T.)
Public propertyCount (Inherited from CollectionT.)
Protected propertyDictionary (Inherited from KeyedCollectionString, T.)
Public propertyItemTKey (Inherited from KeyedCollectionString, T.)
Public propertyItemInt32 (Inherited from CollectionT.)
Protected propertyItems (Inherited from CollectionT.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from CollectionT.)
Protected methodChangeItemKey (Inherited from KeyedCollectionString, T.)
Public methodClear (Inherited from CollectionT.)
Protected methodClearItems (Inherited from KeyedCollectionString, T.)
Public methodContains(TKey) (Inherited from KeyedCollectionString, T.)
Public methodContains(T) (Inherited from CollectionT.)
Public methodCopyTo (Inherited from CollectionT.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionT.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetKeyForItem
Gets the key for item.
(Overrides KeyedCollectionTKey, TItemGetKeyForItem(TItem).)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from CollectionT.)
Public methodInsert (Inherited from CollectionT.)
Protected methodInsertItem (Inherited from KeyedCollectionString, T.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove(TKey) (Inherited from KeyedCollectionString, T.)
Public methodRemove(T) (Inherited from CollectionT.)
Public methodRemoveAt (Inherited from CollectionT.)
Protected methodRemoveItem (Inherited from KeyedCollectionString, T.)
Protected methodSetItem (Inherited from KeyedCollectionString, T.)
Public methodToString (Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
Top
Remarks
The collection is case-sensitive when it searches for keys.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.2, 3.0, 2.1, 2.0
See Also