Scheduler for WinRT
CategoryCollection Class Members
Properties  Methods 


The following tables list the members exposed by CategoryCollection.

Public Constructors
 NameDescription
Public ConstructorCategoryCollection ConstructorInitializes a new instance of the CategoryCollection class.  
Top
Public Properties
 NameDescription
Public PropertyComparer (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,Category>)
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<Category>)
Public PropertyItemOverloaded. Gets the element with the specified key if any. (Inherited from C1.C1Schedule.BaseCollection<Category>)
Public PropertySuppressedDataChangingGets or set the System.Boolean value specifying whether change events should not be fired. (Inherited from C1.C1Schedule.BaseCollection<Category>)
Top
Protected Properties
Public Methods
 NameDescription
Public MethodAddAdds a new custom object to the collection. If the item already exists in the collection, its index is returned. (Inherited from C1.C1Schedule.BaseCollection<Category>)
Public MethodAddRangeOverloaded. Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items. (Inherited from C1.C1Schedule.BaseCollection<Category>)
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<Category>)
Public MethodContainsOverloaded. Check if collection contains an item with specified index. (Inherited from C1.C1Schedule.BaseCollection<Category>)
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<Category>)
Public MethodGetDefaultsReturns the list of predefined categories.  
Public MethodGetEnumerator (Inherited from System.Collections.ObjectModel.Collection<Category>)
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<Category>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<Category>)
Public MethodLoadDefaultsRestores the collection to its default state.  
Public MethodRemoveOverloaded.  (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,Category>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<Category>)
Top
Protected Methods
 NameDescription
Protected MethodChangeItemKey (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,Category>)
Protected MethodClearItems (Inherited from C1.C1Schedule.C1ObservableKeyedCollection<Guid,Category>)
Protected MethodGetKeyForItemExtracts the key from the specified element. (Inherited from C1.C1Schedule.BaseCollection<Category>)
Protected MethodInsertItemOverrides default behavior of collection at inserting new items. (Inherited from C1.C1Schedule.BaseCollection<Category>)
Protected MethodOnCollectionChanged (Inherited from C1.C1Schedule.C1ObservableKeyedCollection<Guid,Category>)
Protected MethodRemoveItemOverrides base class implementation. (Inherited from C1.C1Schedule.BaseCollection<Category>)
Protected MethodSetItem (Inherited from C1.C1Schedule.C1ObservableKeyedCollection<Guid,Category>)
Top
See Also

Reference

CategoryCollection Class
C1.C1Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.