ChoiceActionItemCollection Methods
Represents a binding list of ChoiceActionItem objects.| Name | Description |
|---|---|
| Add(ChoiceActionItem) | Adds a ChoiceActionItem to the end of the ChoiceActionItemCollection. |
| Add(Object) | Adds a Choice Action Item to the ChoiceActionItemCollection. |
| AddRange(IList<ChoiceActionItem>) | Adds specified Choice Action Items to a Choice Action’s ChoiceActionBase.Items collection. |
| Clear() | Removes all ChoiceActionItems from the ChoiceActionItemCollection. |
| Clear(Boolean) | |
| Contains(ChoiceActionItem) | Determines whether a ChoiceActionItem is in the ChoiceActionItemCollection. |
| Contains(Object) | Determines whether a particular object is in the ChoiceActionItemCollection. |
| CopyTo(ChoiceActionItem[], Int32) | Copies the elements of the ChoiceActionItemCollection to an array, starting at a particular array index. |
| CopyTo(Array, Int32) | Copies the elements of the ChoiceActionItemCollection to an array, starting at a particular array index. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| Find(Object) | Returns an item that corresponds to the specified data. |
| Find(String, ChoiceActionItemFindType, ChoiceActionItemFindTarget) | Returns the item that corresponds to the specified parameters. |
| FindItemByID(String) | Returns the item with the specified identifier. Does not search over the child items of the collection’s items. |
| GetEnumerator() | Returns an enumerator that iterates through the ChoiceActionItemCollection. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| IndexOf(ChoiceActionItem) | Returns the zero-based index of a ChoiceActionItem in the ChoiceActionItemCollection. |
| IndexOf(Object) | Returns the zero-based index of a ChoiceActionItem in the ChoiceActionItemCollection. |
| Insert(Int32, ChoiceActionItem) | Inserts a ChoiceActionItem into the ChoiceActionItemCollection at the specified index. |
| Insert(Int32, Object) | Inserts a ChoiceActionItem into the ChoiceActionItemCollection at the specified index. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Remove(ChoiceActionItem) | Removes a specific ChoiceActionItem from the ChoiceActionItemCollection. |
| Remove(Object) | Removes a specific ChoiceActionItem from the ChoiceActionItemCollection. |
| RemoveAt(Int32) | Removes the ChoiceActionItem at the specified index of the ChoiceActionItemCollection. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also