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

Try our conversational search powered by Generative AI!

Class FrameCollection

Represents a collection of Frame classes.

Inheritance
System.Object
System.Collections.Generic.List<Frame>
FrameCollection
Implements
System.Collections.Generic.IList<Frame>
System.Collections.Generic.ICollection<Frame>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<Frame>
System.Collections.Generic.IReadOnlyCollection<Frame>
System.Collections.Generic.IEnumerable<Frame>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.Add(EPiServer.DataAbstraction.Frame)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.AddRange(System.Collections.Generic.IEnumerable<EPiServer.DataAbstraction.Frame>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.AsReadOnly()
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.BinarySearch(System.Int32, System.Int32, EPiServer.DataAbstraction.Frame, System.Collections.Generic.IComparer<EPiServer.DataAbstraction.Frame>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.BinarySearch(EPiServer.DataAbstraction.Frame)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.BinarySearch(EPiServer.DataAbstraction.Frame, System.Collections.Generic.IComparer<EPiServer.DataAbstraction.Frame>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.Clear()
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.Contains(EPiServer.DataAbstraction.Frame)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.ConvertAll<TOutput>(System.Converter<EPiServer.DataAbstraction.Frame, TOutput>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.CopyTo(EPiServer.DataAbstraction.Frame[])
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.CopyTo(System.Int32, EPiServer.DataAbstraction.Frame[], System.Int32, System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.CopyTo(EPiServer.DataAbstraction.Frame[], System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.Exists(System.Predicate<EPiServer.DataAbstraction.Frame>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.Find(System.Predicate<EPiServer.DataAbstraction.Frame>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.FindAll(System.Predicate<EPiServer.DataAbstraction.Frame>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.FindIndex(System.Predicate<EPiServer.DataAbstraction.Frame>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.FindIndex(System.Int32, System.Predicate<EPiServer.DataAbstraction.Frame>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.FindIndex(System.Int32, System.Int32, System.Predicate<EPiServer.DataAbstraction.Frame>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.FindLast(System.Predicate<EPiServer.DataAbstraction.Frame>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.FindLastIndex(System.Predicate<EPiServer.DataAbstraction.Frame>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.FindLastIndex(System.Int32, System.Predicate<EPiServer.DataAbstraction.Frame>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.FindLastIndex(System.Int32, System.Int32, System.Predicate<EPiServer.DataAbstraction.Frame>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.ForEach(System.Action<EPiServer.DataAbstraction.Frame>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.GetEnumerator()
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.System.Collections.Generic.IEnumerable<EPiServer.DataAbstraction.Frame>.GetEnumerator()
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.IndexOf(EPiServer.DataAbstraction.Frame)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.IndexOf(EPiServer.DataAbstraction.Frame, System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.IndexOf(EPiServer.DataAbstraction.Frame, System.Int32, System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.Insert(System.Int32, EPiServer.DataAbstraction.Frame)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<EPiServer.DataAbstraction.Frame>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.LastIndexOf(EPiServer.DataAbstraction.Frame)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.LastIndexOf(EPiServer.DataAbstraction.Frame, System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.LastIndexOf(EPiServer.DataAbstraction.Frame, System.Int32, System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.Remove(EPiServer.DataAbstraction.Frame)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.RemoveAll(System.Predicate<EPiServer.DataAbstraction.Frame>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.RemoveAt(System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.Reverse()
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.Sort()
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.Sort(System.Collections.Generic.IComparer<EPiServer.DataAbstraction.Frame>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<EPiServer.DataAbstraction.Frame>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.Sort(System.Comparison<EPiServer.DataAbstraction.Frame>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.ToArray()
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.TrimExcess()
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.TrueForAll(System.Predicate<EPiServer.DataAbstraction.Frame>)
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.Capacity
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.Count
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.System.Collections.Generic.ICollection<EPiServer.DataAbstraction.Frame>.IsReadOnly
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.Item[System.Int32]
System.Collections.Generic.List<EPiServer.DataAbstraction.Frame>.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 FrameCollection : List<Frame>, IList<Frame>, ICollection<Frame>, IList, ICollection, IReadOnlyList<Frame>, IReadOnlyCollection<Frame>, IEnumerable<Frame>, IEnumerable

Constructors

FrameCollection()

Declaration
public FrameCollection()

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