Class TriggerChannelConfigurationCollection
Represents a collection of trigger channel configuration objects.
public class TriggerChannelConfigurationCollection : KeyedCollection<TriggerChannel, TriggerChannelConfiguration>, IList<TriggerChannelConfiguration>, ICollection<TriggerChannelConfiguration>, IList, ICollection, IReadOnlyList<TriggerChannelConfiguration>, IReadOnlyCollection<TriggerChannelConfiguration>, IEnumerable<TriggerChannelConfiguration>, IEnumerable
- Inheritance
-
TriggerChannelConfigurationCollection
- Implements
- Inherited Members
Methods
GetKeyForItem(TriggerChannelConfiguration)
Returns the key for the specified configuration object.
protected override TriggerChannel GetKeyForItem(TriggerChannelConfiguration item)
Parameters
item
TriggerChannelConfigurationThe configuration object from which to extract the key.
Returns
- TriggerChannel
The key for the specified configuration object.