SharpSchedule

ClientCommentCollection Methods

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

Public Instance Methods

Add Add the given client comment to the collection. The client comment'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 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

ClientCommentCollection Class | Ozanam.Schedule.Store.Entity Namespace