Table of Contents

Class GroupPolicyPowerPlanCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Active Directory Group Policy power plans.

public class GroupPolicyPowerPlanCollection : Collection<GroupPolicyPowerPlanBase>, IList<GroupPolicyPowerPlanBase>, ICollection<GroupPolicyPowerPlanBase>, IList, ICollection, IReadOnlyList<GroupPolicyPowerPlanBase>, IReadOnlyCollection<GroupPolicyPowerPlanBase>, IEnumerable<GroupPolicyPowerPlanBase>, IEnumerable
Inheritance
GroupPolicyPowerPlanCollection
Implements
Inherited Members

Constructors

GroupPolicyPowerPlanCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyPowerPlanCollection class.

public GroupPolicyPowerPlanCollection()

Methods

ExistsByIdentifier(Guid)

Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.GroupPolicyPowerPlanBase with the specified identifier exists within the collection.

public bool ExistsByIdentifier(Guid identifier)

Parameters

identifier Guid

The identifier of the CENTREL.XIA.Configuration.Types.GroupPolicyPowerPlanBase to locate.

Returns

bool

A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.GroupPolicyPowerPlanBase with the specified identifier exists within the collection.

FindByIdentifier(Guid)

Returns the CENTREL.XIA.Configuration.Types.GroupPolicyPowerPlanBase with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.GroupPolicyPowerPlanBase with that identifier is found.

public GroupPolicyPowerPlanBase FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The identifier of the CENTREL.XIA.Configuration.Types.GroupPolicyPowerPlanBase to locate.

Returns

GroupPolicyPowerPlanBase

The CENTREL.XIA.Configuration.Types.GroupPolicyPowerPlanBase with the specified identifier.

Sort()

Sorts the values in the collection.

public void Sort()