Table of Contents

Class MicrosoftFailoverClusterParameterBase

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

Represents a parameter defined for an object in a Microsoft failover cluster.

public abstract class MicrosoftFailoverClusterParameterBase : GlobalSerializableBase, IComparable<MicrosoftFailoverClusterParameterBase>
Inheritance
MicrosoftFailoverClusterParameterBase
Implements
Derived

Constructors

MicrosoftFailoverClusterParameterBase()

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

public MicrosoftFailoverClusterParameterBase()

Properties

DisplayValue

Gets the display value of the parameter.

public string DisplayValue { get; set; }

Property Value

string

IsReadOnly

Gets or sets whether the parameter is read-only.

public BooleanOption IsReadOnly { get; set; }

Property Value

BooleanOption

Name

Gets or sets the name of the parameter

public string Name { get; set; }

Property Value

string

Methods

Clone()

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

public MicrosoftFailoverClusterParameterBase Clone()

Returns

MicrosoftFailoverClusterParameterBase

A CENTREL.XIA.Configuration.Types.MicrosoftFailoverClusterParameterBase.

CompareTo(MicrosoftFailoverClusterParameterBase)

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

public int CompareTo(MicrosoftFailoverClusterParameterBase other)

Parameters

other MicrosoftFailoverClusterParameterBase

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

Returns

int

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

GetValue()

Gets the value of the inherited class.

public object GetValue()

Returns

object

The value of the inherited class.

ToString()

Returns the parameter as a human readable string.

public override string ToString()

Returns

string

The parameter as a human readable string.