Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / StatusCollection Class
Properties Methods


In This Topic
    StatusCollection Class Members
    In This Topic

    The following tables list the members exposed by StatusCollection.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the StatusCollection class.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ObjectModel.KeyedCollection<TKey,TItem>)
    Public Property (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public PropertyOverloaded. Gets the Status object specified by the appointment status type. For custom statuses returns the first occurrence. If there is no such Status object in the collection, returns null.  
    Public PropertyGets or set the System.Boolean value specifying whether change events should not be fired. (Inherited from C1.C1Schedule.BaseCollection<Status>)
    Top
    Public Methods
     NameDescription
    Public MethodAdds a new custom object to the collection. If the item already exists in the collection, its index is returned. (Inherited from C1.C1Schedule.BaseCollection<Status>)
    Public MethodOverloaded. 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<Status>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public MethodOverloaded. Check if collection contains an item with specified index. (Inherited from C1.C1Schedule.BaseCollection<Status>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public MethodRestores the collection to its default state.  
    Public MethodOverloaded.  (Inherited from System.Collections.ObjectModel.KeyedCollection<TKey,TItem>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Collections.ObjectModel.KeyedCollection<TKey,TItem>)
    Protected Method (Inherited from C1.C1Schedule.C1ObservableKeyedCollection<Guid,T>)
    Protected MethodExtracts the key from the specified element. (Inherited from C1.C1Schedule.BaseCollection<Status>)
    Protected MethodOverrides default behavior of collection at inserting new items. (Inherited from C1.C1Schedule.BaseCollection<Status>)
    Protected Method (Inherited from C1.C1Schedule.C1ObservableKeyedCollection<Guid,T>)
    Protected MethodOverrides base class implementation. (Inherited from C1.C1Schedule.BaseCollection<Status>)
    Protected Method (Inherited from C1.C1Schedule.C1ObservableKeyedCollection<Guid,T>)
    Top
    See Also