Class EntraRolePimNotificationTriggerCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Entra role PIM (Privileged Identity Management) notification triggers.
public class EntraRolePimNotificationTriggerCollection : Collection<EntraRolePimNotificationTrigger>, IList<EntraRolePimNotificationTrigger>, ICollection<EntraRolePimNotificationTrigger>, IList, ICollection, IReadOnlyList<EntraRolePimNotificationTrigger>, IReadOnlyCollection<EntraRolePimNotificationTrigger>, IEnumerable<EntraRolePimNotificationTrigger>, IEnumerable
- Inheritance
-
EntraRolePimNotificationTriggerCollection
- Implements
- Inherited Members
Constructors
EntraRolePimNotificationTriggerCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraRolePimNotificationTriggerCollection class.
public EntraRolePimNotificationTriggerCollection()
Methods
Add(EntraRolePimNotificationTriggerType)
Adds a new CENTREL.XIA.Configuration.Types.EntraRolePimNotificationTrigger or returns the existing CENTREL.XIA.Configuration.Types.EntraRolePimNotificationTrigger with the specified trigger type.
public EntraRolePimNotificationTrigger Add(EntraRolePimNotificationTriggerType triggerType)
Parameters
triggerTypeEntraRolePimNotificationTriggerTypeThe trigger type of the CENTREL.XIA.Configuration.EntraRolePimNotificationTrigger.
Returns
- EntraRolePimNotificationTrigger
A new CENTREL.XIA.Configuration.Types.EntraRolePimNotificationTrigger or existing CENTREL.XIA.Configuration.Types.EntraRolePimNotificationTrigger with the specified trigger type.
ExistsByTriggerType(EntraRolePimNotificationTriggerType)
Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.EntraRolePimNotificationTrigger with the specified trigger type exists within the collection.
public bool ExistsByTriggerType(EntraRolePimNotificationTriggerType triggerType)
Parameters
triggerTypeEntraRolePimNotificationTriggerTypeThe trigger type of the CENTREL.XIA.Configuration.EntraRolePimNotificationTrigger to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.EntraRolePimNotificationTrigger with the specified trigger type exists within the collection.
FindByTriggerType(EntraRolePimNotificationTriggerType)
Returns the CENTREL.XIA.Configuration.EntraRolePimNotificationTrigger with the specified trigger type, or null if no CENTREL.XIA.Configuration.EntraRolePimNotificationTrigger with that trigger type is found.
public EntraRolePimNotificationTrigger FindByTriggerType(EntraRolePimNotificationTriggerType triggerType)
Parameters
triggerTypeEntraRolePimNotificationTriggerTypeThe trigger type of the CENTREL.XIA.Configuration.EntraRolePimNotificationTrigger to locate.
Returns
- EntraRolePimNotificationTrigger
The CENTREL.XIA.Configuration.EntraRolePimNotificationTrigger with the specified trigger type.
InsertItem(int, EntraRolePimNotificationTrigger)
Occurs when an item is inserted into the collection.
protected override void InsertItem(int index, EntraRolePimNotificationTrigger item)
Parameters
indexintThe index where the item is to be inserted.
itemEntraRolePimNotificationTriggerThe item to be inserted.
Sort()
Sorts the values in the collection.
public void Sort()