[]
        
(Showing Draft Content)

C1.Schedule.ActionCollection

ActionCollection Class

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

Inheritance
ActionCollection
Namespace: C1.Schedule
Assembly: C1.ScheduleCore.dll
Syntax
public class ActionCollection : C1ObservableCollection<Action>, IList<Action>, ICollection<Action>, IList, ICollection, IReadOnlyList<Action>, IReadOnlyCollection<Action>, IEnumerable<Action>, IEnumerable, INotifyCollectionChanged, IDisposable
Public Class ActionCollection
    Inherits C1ObservableCollection(Of Action)
    Implements IList(Of Action), ICollection(Of Action), IList, ICollection, IReadOnlyList(Of Action), IReadOnlyCollection(Of Action), IEnumerable(Of Action), IEnumerable, INotifyCollectionChanged, IDisposable

Methods

Name Description
ClearItems()

Overrides default behavior.

Dispose()

Releases all unmanaged resources.

InsertItem(int, Action)

Overrides default behavior.

RemoveItem(int)

Overrides default behavior.

UpdateAll()

Updates all actions.