Table of Contents

Class BackupExecNotificationRecipient

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

Represents a Backup Exec notification recipient.

public abstract class BackupExecNotificationRecipient : GlobalSerializableClassicBase, IComparable<BackupExecNotificationRecipient>
Inheritance
BackupExecNotificationRecipient
Implements
Derived

Constructors

BackupExecNotificationRecipient()

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

public BackupExecNotificationRecipient()

Properties

Id

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

public string Id { get; set; }

Property Value

string

Name

Gets or sets the name of the recipient.

public string Name { get; set; }

Property Value

string

RecipientTypeString

Gets the type of recipient as a human readable string - either "User" or "Group".

public string RecipientTypeString { get; set; }

Property Value

string

Methods

CompareTo(BackupExecNotificationRecipient)

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

public int CompareTo(BackupExecNotificationRecipient other)

Parameters

other BackupExecNotificationRecipient

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

Returns

int

The sort order of the two items.