Class SqlJobCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of jobs.
public class SqlJobCollection : Collection<SqlJob>, IList<SqlJob>, ICollection<SqlJob>, IList, ICollection, IReadOnlyList<SqlJob>, IReadOnlyCollection<SqlJob>, IEnumerable<SqlJob>, IEnumerable
- Inheritance
-
SqlJobCollection
- Implements
- Inherited Members
Constructors
SqlJobCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlJobCollection class.
public SqlJobCollection()
Methods
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.SqlJob with the specified name, or null if no CENTREL.XIA.Configuration.Types.SqlJob with that name is found.
public SqlJob FindByName(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.SqlJob to locate.
Returns
- SqlJob
The CENTREL.XIA.Configuration.Types.SqlJob with the specified name.
FindJobStep(Guid)
Returns the CENTREL.XIA.Configuration.Types.SqlJobStep with the specified identifier in any job, or null if no CENTREL.XIA.Configuration.Types.SqlJobStep with that identifier is found.
public SqlJobStep FindJobStep(Guid identifier)
Parameters
identifier
GuidThe identifier of the CENTREL.XIA.Configuration.Types.SqlJobStep to locate.
Returns
- SqlJobStep
The CENTREL.XIA.Configuration.Types.SqlJobStep with the specified identifier in any job.
Sort()
Sorts the values in the collection.
public void Sort()