A class used to as a container for choice values.
Inheritance Hierarchy
kCura.EventHandler.ChoiceCollection
Namespace: kCura.EventHandler
Assembly: kCura.EventHandler (in kCura.EventHandler.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax
[SerializableAttribute] public class ChoiceCollection : ICollection [SerializableAttribute] public class ChoiceCollection : ICollection
The ChoiceCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() ![]() | ChoiceCollection |
Initializes a new instance of the ChoiceCollection class.
|
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of key/value pairs contained in the System.Collections.Specialized.HybridDictionary.
|
![]() | IsSynchronized |
Gets a value indicating whether the System.Collections.Specialized.HybridDictionary is synchronized (thread safe).
|
![]() | Item[Int32] |
Gets the choice object by its artifact ID.
|
![]() | Item[String] |
Gets the choice object by its name.
|
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the System.Collections.Specialized.HybridDictionary.
|
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds a choice object to a choice collection.
|
![]() | CopyTo |
Copies the System.Collections.Specialized.HybridDictionary entries to a one-dimensional System.Array instance at the specified index.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through a collection.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also