Table of Contents

Class ActiveDirectoryDomainHierarchyObjectBase

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

Represents an Active Directory hierarchy object.

public abstract class ActiveDirectoryDomainHierarchyObjectBase : GlobalSerializableClassicBase, IComparable<ActiveDirectoryDomainHierarchyObjectBase>
Inheritance
ActiveDirectoryDomainHierarchyObjectBase
Implements
Derived

Constructors

ActiveDirectoryDomainHierarchyObjectBase()

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

public ActiveDirectoryDomainHierarchyObjectBase()

Properties

Description

Gets or sets the description of the object.

public string Description { get; set; }

Property Value

string

DistinguishedName

Gets or sets the distinguished name of the object.

public string DistinguishedName { get; set; }

Property Value

string

Identifier

Gets or sets the unique identifier of the object.

public Guid Identifier { get; set; }

Property Value

Guid

Name

Gets or sets the name of the object.

public string Name { get; set; }

Property Value

string

Methods

CompareTo(ActiveDirectoryDomainHierarchyObjectBase)

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

public int CompareTo(ActiveDirectoryDomainHierarchyObjectBase other)

Parameters

other ActiveDirectoryDomainHierarchyObjectBase

The CENTREL.XIA.Configuration.Types.ActiveDirectoryDomainHierarchyObjectBase object to compare to.

Returns

int

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

ToString()

Returns the name of the object.

public override string ToString()

Returns

string

The name of the object.