[XmlRootAttribute("Triggers", Namespace = "http://schemas.microsoft.com/windows/2004/02/mit/task",
IsNullable = false)]
public sealed class TriggerCollection : IEnumerable,
IDisposable, IXmlSerializable, IList, ICollection, INotifyCollectionChanged,
INotifyPropertyChanged
Count | Gets the number of triggers in the collection. |
ItemInt32 | Gets a specified trigger from the collection. |
ItemString | Gets or sets a specified trigger from the collection. |
AddTTrigger | Add an unbound Trigger to the task. |
AddNew | Add a new trigger to the collections of triggers for the task. |
AddRange | Adds a collection of unbound triggers to the end of the TriggerCollection. |
Clear | Clears all triggers from the task. |
Contains | Determines whether the ICollectionT contains a specific value. |
ContainsType | Determines whether the specified trigger type is contained in this collection. |
CopyTo(Trigger, Int32) | Copies the elements of the ICollectionT to an Array, starting at a particular Array index. |
CopyTo(Int32, Trigger, Int32, Int32) | Copies the elements of the TriggerCollection to a Trigger array, starting at a particular Trigger array index. |
Dispose | Releases all resources used by this class. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
Find | Searches for an Trigger that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire collection. |
FindIndexOf(PredicateTrigger) | Searches for an Trigger that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the collection. |
FindIndexOf(Int32, Int32, PredicateTrigger) | Searches for an Trigger that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the collection that starts at the specified index and contains the specified number of elements. |
GetEnumerator | Gets the collection enumerator for this collection. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
IndexOf(String) | Determines the index of a specific item in the IListT. |
IndexOf(Trigger) | Determines the index of a specific item in the IListT. |
Insert | Inserts an trigger at the specified index. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Remove | Removes the first occurrence of a specific object from the ICollectionT. |
RemoveAt | Removes the trigger at a specified index. |
ToArray | Copies the elements of the TriggerCollection to a new array. |
ToString | Returns a String that represents the triggers in this collection. (Overrides ObjectToString) |
CollectionChanged | Occurs when a collection changes. |
PropertyChanged | Occurs when a property value changes. |