Table of Contents

Class TapeLibrary

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

Represents a tape library.

[SupportsLocations]
[SupportsSupportProvisions]
public class TapeLibrary : HardwareItem
Inheritance
TapeLibrary
Inherited Members

Constructors

TapeLibrary()

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

public TapeLibrary()

Methods

Clone()

Creates a clone of this CENTREL.XIA.Configuration.Types.TapeLibrary.

public TapeLibrary Clone()

Returns

TapeLibrary

A clone of this CENTREL.XIA.Configuration.Types.TapeLibrary.

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.TapeLibrary object from the specified XML data

public static TapeLibrary FromXml(string Xml)

Parameters

Xml string

The XML representation of the tape library.

Returns

TapeLibrary

A CENTREL.XIA.Configuration.Types.TapeLibrary object.