Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Class ScheduledJobCollection

Represents a collection of ScheduledJob classes.

Inheritance
System.Object
System.Collections.Generic.List<ScheduledJob>
ScheduledJobCollection
Implements
System.Collections.Generic.IList<ScheduledJob>
System.Collections.Generic.ICollection<ScheduledJob>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<ScheduledJob>
System.Collections.Generic.IReadOnlyCollection<ScheduledJob>
System.Collections.Generic.IEnumerable<ScheduledJob>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.Add(EPiServer.DataAbstraction.ScheduledJob)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.AddRange(System.Collections.Generic.IEnumerable<EPiServer.DataAbstraction.ScheduledJob>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.AsReadOnly()
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.BinarySearch(System.Int32, System.Int32, EPiServer.DataAbstraction.ScheduledJob, System.Collections.Generic.IComparer<EPiServer.DataAbstraction.ScheduledJob>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.BinarySearch(EPiServer.DataAbstraction.ScheduledJob)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.BinarySearch(EPiServer.DataAbstraction.ScheduledJob, System.Collections.Generic.IComparer<EPiServer.DataAbstraction.ScheduledJob>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.Clear()
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.Contains(EPiServer.DataAbstraction.ScheduledJob)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.ConvertAll<TOutput>(System.Converter<EPiServer.DataAbstraction.ScheduledJob, TOutput>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.CopyTo(EPiServer.DataAbstraction.ScheduledJob[])
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.CopyTo(System.Int32, EPiServer.DataAbstraction.ScheduledJob[], System.Int32, System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.CopyTo(EPiServer.DataAbstraction.ScheduledJob[], System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.Exists(System.Predicate<EPiServer.DataAbstraction.ScheduledJob>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.Find(System.Predicate<EPiServer.DataAbstraction.ScheduledJob>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.FindAll(System.Predicate<EPiServer.DataAbstraction.ScheduledJob>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.FindIndex(System.Predicate<EPiServer.DataAbstraction.ScheduledJob>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.FindIndex(System.Int32, System.Predicate<EPiServer.DataAbstraction.ScheduledJob>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.FindIndex(System.Int32, System.Int32, System.Predicate<EPiServer.DataAbstraction.ScheduledJob>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.FindLast(System.Predicate<EPiServer.DataAbstraction.ScheduledJob>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.FindLastIndex(System.Predicate<EPiServer.DataAbstraction.ScheduledJob>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.FindLastIndex(System.Int32, System.Predicate<EPiServer.DataAbstraction.ScheduledJob>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.FindLastIndex(System.Int32, System.Int32, System.Predicate<EPiServer.DataAbstraction.ScheduledJob>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.ForEach(System.Action<EPiServer.DataAbstraction.ScheduledJob>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.GetEnumerator()
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.System.Collections.Generic.IEnumerable<EPiServer.DataAbstraction.ScheduledJob>.GetEnumerator()
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.IndexOf(EPiServer.DataAbstraction.ScheduledJob)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.IndexOf(EPiServer.DataAbstraction.ScheduledJob, System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.IndexOf(EPiServer.DataAbstraction.ScheduledJob, System.Int32, System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.Insert(System.Int32, EPiServer.DataAbstraction.ScheduledJob)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<EPiServer.DataAbstraction.ScheduledJob>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.LastIndexOf(EPiServer.DataAbstraction.ScheduledJob)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.LastIndexOf(EPiServer.DataAbstraction.ScheduledJob, System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.LastIndexOf(EPiServer.DataAbstraction.ScheduledJob, System.Int32, System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.Remove(EPiServer.DataAbstraction.ScheduledJob)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.RemoveAll(System.Predicate<EPiServer.DataAbstraction.ScheduledJob>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.RemoveAt(System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.Reverse()
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.Sort()
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.Sort(System.Collections.Generic.IComparer<EPiServer.DataAbstraction.ScheduledJob>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<EPiServer.DataAbstraction.ScheduledJob>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.Sort(System.Comparison<EPiServer.DataAbstraction.ScheduledJob>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.ToArray()
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.TrimExcess()
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.TrueForAll(System.Predicate<EPiServer.DataAbstraction.ScheduledJob>)
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.Capacity
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.Count
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.System.Collections.Generic.ICollection<EPiServer.DataAbstraction.ScheduledJob>.IsReadOnly
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.Item[System.Int32]
System.Collections.Generic.List<EPiServer.DataAbstraction.ScheduledJob>.System.Collections.IList.Item[System.Int32]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public class ScheduledJobCollection : List<ScheduledJob>, IList<ScheduledJob>, ICollection<ScheduledJob>, IList, ICollection, IReadOnlyList<ScheduledJob>, IReadOnlyCollection<ScheduledJob>, IEnumerable<ScheduledJob>, IEnumerable

Constructors

ScheduledJobCollection()

Declaration
public ScheduledJobCollection()

ScheduledJobCollection(IEnumerable<ScheduledJob>)

Declaration
public ScheduledJobCollection(IEnumerable<ScheduledJob> jobs)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ScheduledJob> jobs

Implements

System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable

Extension Methods