Table of Contents

Class SqlMaintenanceSubplan

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

Represents a maintenance plan subplan.

public class SqlMaintenanceSubplan : BaseTypeSection, IComparable<SqlMaintenanceSubplan>
Inheritance
SqlMaintenanceSubplan
Implements

Constructors

SqlMaintenanceSubplan()

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

public SqlMaintenanceSubplan()

Properties

Description

Gets or sets the description of the maintenance subplan.

public string Description { get; set; }

Property Value

string

Identifier

Gets or sets the unique identifier of the maintenance subplan.

public Guid Identifier { get; set; }

Property Value

Guid

JobIdentifier

Gets or sets the unique identifier of the job to which this relates.

public Guid JobIdentifier { get; set; }

Property Value

Guid

JobName

Gets or sets the name of the job to which this relates.

public string JobName { get; set; }

Property Value

string

Name

Gets or sets the name of the maintenance subplan.

public string Name { get; set; }

Property Value

string

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.SqlMaintenanceSubplan cloned from this object.

public SqlMaintenanceSubplan Clone()

Returns

SqlMaintenanceSubplan

A CENTREL.XIA.Configuration.Types.SqlMaintenanceSubplan.

CompareTo(SqlMaintenanceSubplan)

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

public int CompareTo(SqlMaintenanceSubplan other)

Parameters

other SqlMaintenanceSubplan

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

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.SqlMaintenanceSubplan objects.