The ActionCollection is a collection of all Action objects
that represents the reminders for all pending items.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public class ActionCollection : C1ObservableCollection<Action>, IDisposable |
Visual Basic |
---|
Public Class ActionCollection _ Inherits C1ObservableCollection(Of Action) _ Implements IDisposable |
Inheritance Hierarchy
System..::..Object
System.Collections.ObjectModel..::..Collection<(Of <(<'Action>)>)>
C1.C1Schedule..::..C1ObservableCollection<(Of <(<'Action>)>)>
C1.C1Schedule..::..ActionCollection
System.Collections.ObjectModel..::..Collection<(Of <(<'Action>)>)>
C1.C1Schedule..::..C1ObservableCollection<(Of <(<'Action>)>)>
C1.C1Schedule..::..ActionCollection