Table of Contents

Class SqlJobStepCollection

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

Represents a collection of job steps.

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

Constructors

SqlJobStepCollection()

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

public SqlJobStepCollection()

Methods

FindById(int)

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

public SqlJobStep FindById(int id)

Parameters

id int

The identifier of the CENTREL.XIA.Configuration.Types.SqlJobStep to locate.

Returns

SqlJobStep

The CENTREL.XIA.Configuration.Types.SqlJobStep with the specified identifier.

FindByName(string)

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

public SqlJobStep FindByName(string name)

Parameters

name string

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

Returns

SqlJobStep

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

Sort()

Sorts the values in the collection.

public void Sort()