Syntax

C#
public class ActiveRecordModelCollection

The type exposes the following members.

Public Constructors

Public Methods

  NameDescription
Public methodAdd
Adds the specified model.
Public methodClear
Clears the contents of the DictionaryBase instance.
(Inherited from DictionaryBase.)
Public methodContains
Determines whether the collection contains the specified type.
Public methodCopyTo
Copies the DictionaryBase elements to a one-dimensional Array at the specified index.
(Inherited from DictionaryBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Protected Methods

  NameDescription
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnClear
Performs additional custom processes before clearing the contents of the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnClearComplete
Performs additional custom processes after clearing the contents of the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnGet
Gets the element with the specified key and value in the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnInsert
Performs additional custom processes before inserting a new element into the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnInsertComplete
Performs additional custom processes after inserting a new element into the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnRemove
Performs additional custom processes before removing an element from the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnRemoveComplete
Performs additional custom processes after removing an element from the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnSet
Performs additional custom processes before setting a value in the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnSetComplete
Performs additional custom processes after setting a value in the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected methodOnValidate
Performs additional custom processes when validating the element with the specified key and value.
(Inherited from DictionaryBase.)

Public Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the DictionaryBase instance.
(Inherited from DictionaryBase.)
Public propertyItem
Gets the ActiveRecordModel with the specified type.

Protected Properties

  NameDescription
Protected propertyDictionary
Gets the list of elements contained in the DictionaryBase instance.
(Inherited from DictionaryBase.)
Protected propertyInnerHashtable
Gets the list of elements contained in the DictionaryBase instance.
(Inherited from DictionaryBase.)

See Also