Table of Contents

Class MicrosoftDnsServerRootHint

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

Represents a root hint for a Microsoft DNS server.

public class MicrosoftDnsServerRootHint : BaseTypeSection, IComparable<MicrosoftDnsServerRootHint>
Inheritance
MicrosoftDnsServerRootHint
Implements

Constructors

MicrosoftDnsServerRootHint()

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

public MicrosoftDnsServerRootHint()

Properties

IPAddresses

Gets or sets the IP addresses for the root hint.

public SerializableStringCollection IPAddresses { get; set; }

Property Value

SerializableStringCollection

NameServer

Gets or sets the fully qualified domain name of the name server.

public string NameServer { get; set; }

Property Value

string

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.MicrosoftDnsServerRootHint cloned from this object.

public MicrosoftDnsServerRootHint Clone()

Returns

MicrosoftDnsServerRootHint

A CENTREL.XIA.Configuration.Types.MicrosoftDnsServerRootHint.

CompareTo(MicrosoftDnsServerRootHint)

Compares two CENTREL.XIA.Configuration.Types.MicrosoftDnsServerRootHint objects to allow sorting alphabetically by nameserver.

public int CompareTo(MicrosoftDnsServerRootHint other)

Parameters

other MicrosoftDnsServerRootHint

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

Returns

int

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

ToString()

Returns the root hint name server.

public override string ToString()

Returns

string

The root hint name server.