Table of Contents

Class BackupExecLicense

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

Represents a Backup Exec license.

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

Constructors

BackupExecLicense()

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

public BackupExecLicense()

Properties

Id

Gets or sets the unique identifier of the component in GUID format.

public string Id { get; set; }

Property Value

string

IsEvaluation

Gets or sets whether the license is an evaluation license.

public BooleanOption IsEvaluation { get; set; }

Property Value

BooleanOption

IsInstalled

Gets or sets whether the component is installed.

public BooleanOption IsInstalled { get; set; }

Property Value

BooleanOption

IsLicensed

Gets or sets whether the component is licensed.

public BooleanOption IsLicensed { get; set; }

Property Value

BooleanOption

Name

Gets or sets the name of the license - for example "Agent for Linux".

public string Name { get; set; }

Property Value

string

Methods

CompareTo(BackupExecLicense)

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

public int CompareTo(BackupExecLicense other)

Parameters

other BackupExecLicense

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

Returns

int

The sort order of the two items.