Table of Contents

Class SqlMaintenanceSubplanCollection

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

Represents a collection of maintenance plan subplans.

public class SqlMaintenanceSubplanCollection : Collection<SqlMaintenanceSubplan>, IList<SqlMaintenanceSubplan>, ICollection<SqlMaintenanceSubplan>, IList, ICollection, IReadOnlyList<SqlMaintenanceSubplan>, IReadOnlyCollection<SqlMaintenanceSubplan>, IEnumerable<SqlMaintenanceSubplan>, IEnumerable
Inheritance
SqlMaintenanceSubplanCollection
Implements
Inherited Members

Constructors

SqlMaintenanceSubplanCollection()

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

public SqlMaintenanceSubplanCollection()

Methods

FindByName(string)

Returns the CENTREL.XIA.Configuration.Types.SqlMaintenanceSubplan with the specified name, or null if no CENTREL.XIA.Configuration.Types.SqlMaintenanceSubplan with that name is found.

public SqlMaintenanceSubplan FindByName(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.SqlMaintenanceSubplan to locate.

Returns

SqlMaintenanceSubplan

The CENTREL.XIA.Configuration.Types.SqlMaintenanceSubplan with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()