Table of Contents

Class BackupExecSelection

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

Represents a Backup Exec base selection.

public abstract class BackupExecSelection : GlobalSerializableClassicBase
Inheritance
BackupExecSelection
Derived

Constructors

BackupExecSelection()

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

public BackupExecSelection()

Properties

CollectionIndex

Gets or sets the collection index for this selection.

[Browsable(false)]
public string CollectionIndex { get; }

Property Value

string

DisplayName

Gets the display name for this selection.

public abstract string DisplayName { get; }

Property Value

string

DisplayValue

Gets the display value for this selection.

public abstract string DisplayValue { get; }

Property Value

string

SelectionType

Gets or sets the selection type.

public BackupExecSelectionType SelectionType { get; set; }

Property Value

BackupExecSelectionType

Methods

ToString()

Returns the selection as a human readable string.

public override string ToString()

Returns

string

The display value of the selection.