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
IsReadOnly
Gets or sets whether the parameter is read-only.
public BooleanOption IsReadOnly { get; set; }
Property Value
Name
Gets or sets the name of the parameter
public string Name { get; set; }
Property Value
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
MicrosoftFailoverClusterParameterBaseThe 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.