Class UnixLogicalDrives
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the logical drives installed on a Unix system.
public class UnixLogicalDrives : BypassSection
- Inheritance
-
UnixLogicalDrives
- Inherited Members
Constructors
UnixLogicalDrives()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.UnixLogicalDrives class.
public UnixLogicalDrives()
Properties
Items
Gets or sets the items within the collection.
public UnixLogicalDriveCollection Items { get; set; }
Property Value
Methods
FindByName(string)
Returns the logical drive with the specified name.
public UnixLogicalDrive FindByName(string name)
Parameters
name
stringThe unique name of the logical drive.
Returns
- UnixLogicalDrive
The logical drive with the specified name, or null if no drive with that name is found.
FromXml(string)
Returns the CENTREL.XIA.Configuration.Types.UnixLogicalDrives from the specified XML data.
public static UnixLogicalDrives FromXml(string xml)
Parameters
xml
stringThe XML representation of the Unix logical drives.
Returns
- UnixLogicalDrives
A CENTREL.XIA.Configuration.Types.UnixLogicalDrives from the specified XML.
ToString()
Returns the Unix logical drives as a human readable string - for example "10 Logical Drives".
public override string ToString()
Returns
- string
The Unix logical drives as a human readable string.