Class BackupExecBarcodeRule
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an individual Backup Exec barcode rule.
public class BackupExecBarcodeRule : GlobalSerializableClassicBase
- Inheritance
-
BackupExecBarcodeRule
Constructors
BackupExecBarcodeRule()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecBarcodeRule class.
public BackupExecBarcodeRule()
Properties
BarcodePrefix
Gets or sets the barcode prefix.
public string BarcodePrefix { get; set; }
Property Value
BarcodeSuffix
Gets or sets the barcode suffix.
public string BarcodeSuffix { get; set; }
Property Value
CollectionIndex
Gets the index of this item.
public string CollectionIndex { get; }
Property Value
MediaType
Gets or sets the media type name - for example "BLANK (WORM)".
public string MediaType { get; set; }
Property Value
Vendor
Gets or sets the name of the media vendor.
public string Vendor { get; set; }
Property Value
Methods
ToString()
Returns the barcode rule as a human readable string in the format "Media Type (Vendor)".
public override string ToString()
Returns
- string
The barcode rule as a human readable string in the format "Media Type (Vendor)".