Scheduler for WinRT
BaseCollection<T> Class Members
Properties  Methods 


The following tables list the members exposed by BaseCollection<T>.

Public Constructors
 NameDescription
Public ConstructorBaseCollection<T> ConstructorInitializes a new instance of the BaseCollection<T> class.  
Top
Public Properties
 NameDescription
Public PropertyComparer (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,T>)
Public PropertyCount (Inherited from System.Collections.ObjectModel.Collection<T>)
Public PropertyItemOverloaded. Gets the element with the specified key if any.  
Public PropertySuppressedDataChangingGets or set the System.Boolean value specifying whether change events should not be fired.  
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.  
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.  
Public MethodClear (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodContainsOverloaded. Check if collection contains an item with specified index.  
Public MethodCopyTo (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodGetEnumerator (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodIndexOf (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodInsert (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodRemoveOverloaded.  (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,T>)
Public MethodRemoveAt (Inherited from System.Collections.ObjectModel.Collection<T>)
Top
Protected Methods
 NameDescription
Protected MethodChangeItemKey (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,T>)
Protected MethodClearItems (Inherited from C1.C1Schedule.C1ObservableKeyedCollection<Guid,T>)
Protected MethodGetKeyForItemOverridden. Extracts the key from the specified element.  
Protected MethodInsertItemOverridden. Overrides default behavior of collection at inserting new items.  
Protected MethodOnCollectionChanged (Inherited from C1.C1Schedule.C1ObservableKeyedCollection<Guid,T>)
Protected MethodRemoveItemOverridden. Overrides base class implementation.  
Protected MethodSetItem (Inherited from C1.C1Schedule.C1ObservableKeyedCollection<Guid,T>)
Top
See Also

Reference

BaseCollection<T> Class
C1.C1Schedule Namespace

 

 


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