Class SortingElementCollection
Inheritance
System.Object
System.Collections.ObjectModel.Collection<SortingElement>
SortingElementCollection
Implements
System.Collections.Generic.IList<SortingElement>
System.Collections.Generic.ICollection<SortingElement>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<SortingElement>
System.Collections.Generic.IReadOnlyCollection<SortingElement>
System.Collections.Generic.IEnumerable<SortingElement>
System.Collections.IEnumerable
Inherited Members
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.Add(Mediachase.BusinessFoundation.Data.SortingElement)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.Clear()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.CopyTo(Mediachase.BusinessFoundation.Data.SortingElement[], System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.Contains(Mediachase.BusinessFoundation.Data.SortingElement)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.GetEnumerator()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.IndexOf(Mediachase.BusinessFoundation.Data.SortingElement)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.Insert(System.Int32, Mediachase.BusinessFoundation.Data.SortingElement)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.Remove(Mediachase.BusinessFoundation.Data.SortingElement)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.ClearItems()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.InsertItem(System.Int32, Mediachase.BusinessFoundation.Data.SortingElement)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.RemoveItem(System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.SetItem(System.Int32, Mediachase.BusinessFoundation.Data.SortingElement)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.Count
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.Items
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.System.Collections.Generic.ICollection<Mediachase.BusinessFoundation.Data.SortingElement>.IsReadOnly
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Mediachase.BusinessFoundation.Data.SortingElement>.System.Collections.IList.IsFixedSize
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: Mediachase.BusinessFoundation.Data
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0Syntax
public class SortingElementCollection : Collection<SortingElement>, IList<SortingElement>, ICollection<SortingElement>, IList, ICollection, IReadOnlyList<SortingElement>, IReadOnlyCollection<SortingElement>, IEnumerable<SortingElement>, IEnumerable
Constructors
SortingElementCollection()
Initializes a new instance of the SortingElementCollection class.
Declaration
public SortingElementCollection()
SortingElementCollection(SortingElement[])
Initializes a new instance of the SortingElementCollection class.
Declaration
public SortingElementCollection(params SortingElement[] items)
Parameters
Type | Name | Description |
---|---|---|
SortingElement[] | items | The items. |
Methods
AddRange(SortingElement[])
Adds the range.
Declaration
public void AddRange(SortingElement[] items)
Parameters
Type | Name | Description |
---|---|---|
SortingElement[] | items | The items. |
AddRange(SortingElementCollection)
Adds the range.
Declaration
public void AddRange(SortingElementCollection sorts)
Parameters
Type | Name | Description |
---|---|---|
SortingElementCollection | sorts | The sorts. |
ContainsAny(SortingElement)
Determines whether the specified sorting contains any.
Declaration
public bool ContainsAny(SortingElement sorting)
Parameters
Type | Name | Description |
---|---|---|
SortingElement | sorting | The sorting. |
Returns
Type | Description |
---|---|
System.Boolean |
|
ContainsAny(String)
Determines whether the specified sorting source contains any.
Declaration
public bool ContainsAny(string sortingSource)
Parameters
Type | Name | Description |
---|---|---|
System.String | sortingSource | The sorting source. |
Returns
Type | Description |
---|---|
System.Boolean |
|
ToArray()
Toes the array.
Declaration
public SortingElement[] ToArray()
Returns
Type | Description |
---|---|
SortingElement[] |
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