Table of Contents

Class MicrosoftDnsServerZoneCollection

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

Represents a collection of zones for a Microsoft DNS server.

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

Constructors

MicrosoftDnsServerZoneCollection()

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

public MicrosoftDnsServerZoneCollection()

Methods

Exists(Guid)

Returns a System.Boolean value that indicates whether a zone with the specified identifier exists within the collection.

public bool Exists(Guid identifier)

Parameters

identifier Guid

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

Returns

bool

A System.Boolean value that indicates whether a zone with the specified identifier exists within the collection.

FindByIdentifier(Guid)

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

public MicrosoftDnsServerZone FindByIdentifier(Guid identifier)

Parameters

identifier Guid

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

Returns

MicrosoftDnsServerZone

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

FindByName(string)

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

public MicrosoftDnsServerZone FindByName(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerZone to locate.

Returns

MicrosoftDnsServerZone

The CENTREL.XIA.Configuration.Types.MicrosoftDnsServerZone with the specified name.

FindForwardLookupZones()

Finds the configured forward lookup zones.

public MicrosoftDnsServerZoneCollection FindForwardLookupZones()

Returns

MicrosoftDnsServerZoneCollection

The configured forward lookup zones.

FindPrimaryZones()

Finds the configured primary zones.

public MicrosoftDnsServerZoneCollection FindPrimaryZones()

Returns

MicrosoftDnsServerZoneCollection

The configured primary zones.

FindReverseLookupZones()

Finds the configured reverse lookup zones.

public MicrosoftDnsServerZoneCollection FindReverseLookupZones()

Returns

MicrosoftDnsServerZoneCollection

The configured reverse lookup zones.

FindSecondaryZones()

Finds the configured secondary zones.

public MicrosoftDnsServerZoneCollection FindSecondaryZones()

Returns

MicrosoftDnsServerZoneCollection

The configured secondary zones.

FindSigningKeyByIdentifier(Guid)

Returns the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSigningKey with the specified identifier in any zone, or null if no CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSigningKey with that identifier is found.

public MicrosoftDnsServerSigningKey FindSigningKeyByIdentifier(Guid identifier)

Parameters

identifier Guid

The unique identifier of the CENTREL.XIA.Configuration.Types.MicrosoftDnsServerSigningKey to locate.

Returns

MicrosoftDnsServerSigningKey

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

FindStubZones()

Finds the configured stub zones.

public MicrosoftDnsServerZoneCollection FindStubZones()

Returns

MicrosoftDnsServerZoneCollection

The configured stub zones.

Sort()

Sorts the values in the collection.

public void Sort()