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
Identifier
Gets or sets the unique identifier of the maintenance subplan.
public Guid Identifier { get; set; }
Property Value
JobIdentifier
Gets or sets the unique identifier of the job to which this relates.
public Guid JobIdentifier { get; set; }
Property Value
JobName
Gets or sets the name of the job to which this relates.
public string JobName { get; set; }
Property Value
Name
Gets or sets the name of the maintenance subplan.
public string Name { get; set; }
Property Value
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
SqlMaintenanceSubplanThe CENTREL.XIA.Configuration.Types.SqlMaintenanceSubplan to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.SqlMaintenanceSubplan objects.