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
DateLastModified
Gets or sets the date and time the Group Policy object was last modified.
public DateTime DateLastModified { get; set; }
Property Value
Description
Gets or sets the description of the Group Policy object.
public string Description { get; set; }
Property Value
DisplayName
Gets or sets the display name of the Group Policy object.
public string DisplayName { get; set; }
Property Value
Identifier
Gets or sets the unique identifier of the Group Policy object.
public Guid Identifier { get; set; }
Property Value
Owner
Gets or sets the owner of the Group Policy object.
public string Owner { get; set; }
Property Value
Permissions
Gets or sets the permissions assigned to the Group Policy object.
public GroupPolicyPermissions Permissions { get; set; }
Property Value
Settings
Gets or sets the settings configured for the Group Policy object.
public GroupPolicyObjectSettings Settings { get; set; }
Property Value
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
GroupPolicyObjectBaseThe CENTREL.XIA.Configuration.Types.GroupPolicyObjectBase to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.GroupPolicyObjectBase objects.