SharpSchedule

ClientCollection Members

ClientCollection overview

Public Instance Constructors

ClientCollection ConstructorInitializes a new instance of the ClientCollection class.

Public Instance Properties

Count (inherited from DictionaryBase) 
Item The client associated with the given id.
Values (inherited from AbstractCollection) Return the collection of values contained in the dictionary object.

Public Instance Methods

Add Add the given client to the collection. The client's public id is used as the key.
AddAll (inherited from AbstractCollection) Create a new instance of the abstract collection, using another collection.
Clear (inherited from DictionaryBase) 
Contains (inherited from AbstractCollection) 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 (inherited from AbstractCollection) 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 (inherited from AbstractCollection) 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

ClientCollection Class | Ozanam.Schedule.Store.Entity Namespace