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