Table of Contents

Class MicrosoftDhcpServerv4Class

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

Represents a Microsoft DHCP class.

public class MicrosoftDhcpServerv4Class : GlobalSerializableClassicBase, IComparable<MicrosoftDhcpServerv4Class>
Inheritance
MicrosoftDhcpServerv4Class
Implements

Constructors

MicrosoftDhcpServerv4Class()

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

public MicrosoftDhcpServerv4Class()

Properties

AsciiData

Gets or sets the ASCII data from the class.

public string AsciiData { get; set; }

Property Value

string

ClassName

Gets or sets the name of the class.

public string ClassName { get; set; }

Property Value

string

ClassType

Gets or sets the class type.

public MicrosoftDhcpServerv4ClassType ClassType { get; set; }

Property Value

MicrosoftDhcpServerv4ClassType

Description

Gets or sets the description of the class.

public string Description { get; set; }

Property Value

string

Methods

CompareTo(MicrosoftDhcpServerv4Class)

Compares two CENTREL.XIA.Configuration.Types.MicrosoftDhcpServerv4Class values to allow sorting by class name.

public int CompareTo(MicrosoftDhcpServerv4Class other)

Parameters

other MicrosoftDhcpServerv4Class

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

Returns

int

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

ToString()

Returns the class as a human readable string.

public override string ToString()

Returns

string

The class as a human readable string.