Table of Contents

Class NetworkAdapterAdvancedProperty

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

Represents an advanced property for a network adapter.

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

Constructors

NetworkAdapterAdvancedProperty()

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

public NetworkAdapterAdvancedProperty()

Properties

DisplayName

Gets or sets the display name of the setting - for example "Wireless Mode".

public string DisplayName { get; set; }

Property Value

string

DisplayValue

Gets or sets the human readable configured value.

public string DisplayValue { get; set; }

Property Value

string

ValueData

Gets or sets the configured registry value for this setting.

public string ValueData { get; set; }

Property Value

string

ValueName

Gets or sets the name of the value - for example "WirelessMode".

public string ValueName { get; set; }

Property Value

string

Methods

CompareTo(NetworkAdapterAdvancedProperty)

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

public int CompareTo(NetworkAdapterAdvancedProperty other)

Parameters

other NetworkAdapterAdvancedProperty

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

Returns

int

The sort order of the CENTREL.XIA.Configuration.Types.NetworkAdapterAdvancedProperty objects.

ToString()

Returns the advanced property as a human readable string.

public override string ToString()

Returns

string

The advanced property as a human readable string.