Class NetworkAdapterBindings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the bindings of a network adapter.
public class NetworkAdapterBindings : BypassSection
- Inheritance
-
NetworkAdapterBindings
- Inherited Members
Constructors
NetworkAdapterBindings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.NetworkAdapterBindings class.
public NetworkAdapterBindings()
Properties
Items
Gets or sets the items in the collection.
public NetworkAdapterBindingCollection Items { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.NetworkAdapterBindings cloned from this object.
public NetworkAdapterBindings Clone()
Returns
- NetworkAdapterBindings
A CENTREL.XIA.Configuration.Types.NetworkAdapterBindings.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.NetworkAdapterBindings class from the specified XML.
public static NetworkAdapterBindings FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- NetworkAdapterBindings
A CENTREL.XIA.Configuration.Types.NetworkAdapterBindings class.
ToString()
Returns the bindings as a human readable string.
public override string ToString()
Returns
- string
The bindings as a human readable string.