SharpSchedule

BlockCollection Methods

The methods of the BlockCollection class are listed below. For a complete list of BlockCollection class members, see the BlockCollection Members topic.

Public Instance Methods

Add Add the given block to the collection.
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 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

BlockCollection Class | Ozanam.Schedule.Store.Entity Namespace