Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / ActionCollection Class
Members

In This Topic
    ActionCollection Class
    In This Topic
    The ActionCollection is a collection of all Action objects that represents the reminders for all pending items.
    Object Model
    ActionCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class ActionCollection 
       Inherits C1.C1Schedule.C1ObservableCollection(Of Action)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class ActionCollection : C1.C1Schedule.C1ObservableCollection<Action> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          C1.C1Schedule.C1ObservableCollection<T>
             C1.C1Schedule.ActionCollection

    See Also