The ActionCollection is a collection of all Action objects that represents the reminders for all pending items.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public class ActionCollection : C1ObservableCollection<Action>, 
	IDisposable
Visual Basic (Declaration)
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

See Also