Class EntraRolePimNotificationRuleCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Entra role PIM (Privileged Identity Management) notification rules.
public class EntraRolePimNotificationRuleCollection : Collection<EntraRolePimNotificationRule>, IList<EntraRolePimNotificationRule>, ICollection<EntraRolePimNotificationRule>, IList, ICollection, IReadOnlyList<EntraRolePimNotificationRule>, IReadOnlyCollection<EntraRolePimNotificationRule>, IEnumerable<EntraRolePimNotificationRule>, IEnumerable
- Inheritance
-
EntraRolePimNotificationRuleCollection
- Implements
- Inherited Members
Constructors
EntraRolePimNotificationRuleCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraRolePimNotificationRuleCollection class.
public EntraRolePimNotificationRuleCollection()
Methods
ExistsByRuleType(EntraRolePimNotificationRuleType)
Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.EntraRolePimNotificationRule with the specified rule type exists within the collection.
public bool ExistsByRuleType(EntraRolePimNotificationRuleType ruleType)
Parameters
ruleTypeEntraRolePimNotificationRuleTypeThe rule type of the CENTREL.XIA.Configuration.EntraRolePimNotificationRule to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.EntraRolePimNotificationRule with the specified rule type exists within the collection.
FindByRuleType(EntraRolePimNotificationRuleType)
Returns the CENTREL.XIA.Configuration.EntraRolePimNotificationRule with the specified rule type, or null if no CENTREL.XIA.Configuration.EntraRolePimNotificationRule with that rule type is found.
public EntraRolePimNotificationRule FindByRuleType(EntraRolePimNotificationRuleType ruleType)
Parameters
ruleTypeEntraRolePimNotificationRuleTypeThe rule type of the CENTREL.XIA.Configuration.EntraRolePimNotificationRule to locate.
Returns
- EntraRolePimNotificationRule
The CENTREL.XIA.Configuration.EntraRolePimNotificationRule with the specified rule type.
InsertItem(int, EntraRolePimNotificationRule)
Occurs when an item is inserted into the collection.
protected override void InsertItem(int index, EntraRolePimNotificationRule item)
Parameters
indexintThe index where the item is to be inserted.
itemEntraRolePimNotificationRuleThe item to be inserted.
Sort()
Sorts the values in the collection.
public void Sort()