Table of Contents

Class GroupPolicyObjectBase

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

Represents a base class for Group Policy objects.

public class GroupPolicyObjectBase : BaseTypeSection, IComparable<GroupPolicyObjectBase>
Inheritance
GroupPolicyObjectBase
Implements
Derived

Constructors

GroupPolicyObjectBase()

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

public GroupPolicyObjectBase()

Properties

DateCreated

Gets or sets the date and time the Group Policy object was created.

public DateTime DateCreated { get; set; }

Property Value

DateTime

DateLastModified

Gets or sets the date and time the Group Policy object was last modified.

public DateTime DateLastModified { get; set; }

Property Value

DateTime

Description

Gets or sets the description of the Group Policy object.

public string Description { get; set; }

Property Value

string

DisplayName

Gets or sets the display name of the Group Policy object.

public string DisplayName { get; set; }

Property Value

string

Identifier

Gets or sets the unique identifier of the Group Policy object.

public Guid Identifier { get; set; }

Property Value

Guid

Owner

Gets or sets the owner of the Group Policy object.

public string Owner { get; set; }

Property Value

string

Permissions

Gets or sets the permissions assigned to the Group Policy object.

public GroupPolicyPermissions Permissions { get; set; }

Property Value

GroupPolicyPermissions

Settings

Gets or sets the settings configured for the Group Policy object.

public GroupPolicyObjectSettings Settings { get; set; }

Property Value

GroupPolicyObjectSettings

Methods

CompareTo(GroupPolicyObjectBase)

Compares two CENTREL.XIA.Configuration.Types.GroupPolicyObjectBase objects to allow sorting alphabetically by display name.

public int CompareTo(GroupPolicyObjectBase other)

Parameters

other GroupPolicyObjectBase

The CENTREL.XIA.Configuration.Types.GroupPolicyObjectBase to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.GroupPolicyObjectBase objects.