The following tables list the members exposed by AnnAutomations.
Public Constructors
Name | Description | |
---|---|---|
AnnAutomations | Initializes a new instance of this class. | |
AnnObservableCollection<T> | Initializes a new empty AnnObservableCollection. (Inherited from AnnObservableCollection<AnnAutomation>) |
Public Methods
Name | Description | |
---|---|---|
Move | Moves an item to a new index. (Inherited from AnnObservableCollection<AnnAutomation>) | |
ToArray | Gets the item of this collection as an array. (Inherited from AnnObservableCollection<AnnAutomation>) |
Protected Methods
Name | Description | |
---|---|---|
ClearItems | Clears the collection. (Inherited from AnnObservableCollection<AnnAutomation>) | |
InsertItem | Inserts an item into this collection. (Inherited from AnnObservableCollection<AnnAutomation>) | |
MoveItem | Moves an item to a new index. (Inherited from AnnObservableCollection<AnnAutomation>) | |
OnCollectionChanged(AnnNotifyCollectionChangedEventArgs) | Raises the CollectionChanged event. (Inherited from AnnObservableCollection<AnnAutomation>) | |
OnCollectionChanged(NotifyLeadCollectionChangedEventArgs) | Raises the CollectionChanged event with the provided arguments. (Inherited from AnnObservableCollection<AnnAutomation>) | |
RemoveItem | Remove an item from the collection. (Inherited from AnnObservableCollection<AnnAutomation>) | |
SetItem | Sets an item in the collection with a new value. (Inherited from AnnObservableCollection<AnnAutomation>) |
Public Events
Name | Description | |
---|---|---|
CollectionChanged | Occurs when the collection changes. (Inherited from AnnObservableCollection<AnnAutomation>) |