Table of Contents

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

UnixLogicalDriveCollection

Methods

FindByName(string)

Returns the logical drive with the specified name.

public UnixLogicalDrive FindByName(string name)

Parameters

name string

The 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 string

The 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.