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.0.2.0
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
Gets the generic equality comparer that is used to determine equality of keys in the collection.
(Inherited from KeyedCollectionString, T.)
Public propertyCount (Inherited from CollectionT.)
Protected propertyDictionary (Inherited from KeyedCollectionString, T.)
Public propertyItemTKey
Gets the element with the specified key.
(Inherited from KeyedCollectionString, T.)
Public propertyItemInt32
Gets or sets the element at the specified index.
(Inherited from CollectionT.)
Protected propertyItems (Inherited from CollectionT.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from CollectionT.)
Protected methodChangeItemKey
Changes the key associated with the specified element in the lookup dictionary.
(Inherited from KeyedCollectionString, T.)
Public methodClear (Inherited from CollectionT.)
Protected methodClearItems (Inherited from KeyedCollectionString, T.)
Public methodContains(TKey)
Determines whether the collection contains an element with the specified key.
(Inherited from KeyedCollectionString, T.)
Public methodContains(T) (Inherited from CollectionT.)
Public methodCopyTo (Inherited from CollectionT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetKeyForItem
Gets the key for item.
(Overrides KeyedCollectionTKey, TItemGetKeyForItem(TItem).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionT.)
Public methodInsert (Inherited from CollectionT.)
Protected methodInsertItem (Inherited from KeyedCollectionString, T.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(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
Replaces the item at the specified index with the specified item.
(Inherited from KeyedCollectionString, T.)
Public methodToString
Returns a string that represents the current object.
(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.0, 2.1, 2.0
See Also