SharpSchedule

AbstractCollection Members

AbstractCollection overview

Public Instance Constructors

AbstractCollectionOverloaded. Initializes a new instance of the AbstractCollection class.

Public Instance Properties

Count (inherited from DictionaryBase) 
Values Return the collection of values contained in the dictionary object.

Public Instance Methods

AddAll Create a new instance of the abstract collection, using another collection.
Clear (inherited from DictionaryBase) 
Contains Identify if the collection contains an entity with the given public key or not.
CopyTo (inherited from DictionaryBase) 
Equals (inherited from Object) 
GetEnumerator (inherited from DictionaryBase) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Remove Remove the entity with the given id from the collection.
ToString (inherited from Object) 

Protected Instance Properties

Dictionary (inherited from DictionaryBase) 
InnerHashtable (inherited from DictionaryBase) 
ParentId Get the parent id for the collection.

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 
OnClear (inherited from DictionaryBase) 
OnClearComplete (inherited from DictionaryBase) 
OnGet (inherited from DictionaryBase) 
OnInsert (inherited from DictionaryBase) 
OnInsertComplete (inherited from DictionaryBase) 
OnRemove (inherited from DictionaryBase) 
OnRemoveComplete (inherited from DictionaryBase) 
OnSet (inherited from DictionaryBase) 
OnSetComplete (inherited from DictionaryBase) 
OnValidate (inherited from DictionaryBase) 

See Also

AbstractCollection Class | Ozanam.Schedule.Store.Entity Namespace