Table of Contents

Class ActiveDirectorySchema

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

Represents an Active Directory schema settings.

public class ActiveDirectorySchema : BaseTypeSection
Inheritance
ActiveDirectorySchema

Constructors

ActiveDirectorySchema()

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

public ActiveDirectorySchema()

Properties

DistinguishedName

Gets or sets the distinguished name of the schema naming context.

public string DistinguishedName { get; set; }

Property Value

string

SchemaAttributes

Gets or sets the schema attributes.

public ActiveDirectorySchemaAttributes SchemaAttributes { get; set; }

Property Value

ActiveDirectorySchemaAttributes

SchemaClasses

Gets or sets the schema classes.

public ActiveDirectorySchemaClasses SchemaClasses { get; set; }

Property Value

ActiveDirectorySchemaClasses

SchemaVersion

Gets or sets the schema version.

public int SchemaVersion { get; set; }

Property Value

int

Methods

Clone()

Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectorySchema object.

public ActiveDirectorySchema Clone()

Returns

ActiveDirectorySchema

A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectorySchema object.

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.ActiveDirectorySchema class from the specified XML.

public static ActiveDirectorySchema FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ActiveDirectorySchema

A CENTREL.XIA.Configuration.Types.ActiveDirectorySchema class.