Class SortExpressions
Represents the collection of sort expressions.
Implements
System.Collections.Generic.IList<SortExpression>
System.Collections.Generic.ICollection<SortExpression>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<SortExpression>
System.Collections.Generic.IReadOnlyCollection<SortExpression>
System.Collections.Generic.IEnumerable<SortExpression>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.Add(Syncfusion.RDL.DOM.SortExpression)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.SortExpression>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.AsReadOnly()
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.BinarySearch(System.Int32, System.Int32, Syncfusion.RDL.DOM.SortExpression, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.SortExpression>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.BinarySearch(Syncfusion.RDL.DOM.SortExpression)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.BinarySearch(Syncfusion.RDL.DOM.SortExpression, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.SortExpression>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.Clear()
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.Contains(Syncfusion.RDL.DOM.SortExpression)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.ConvertAll<TOutput>(System.Converter<Syncfusion.RDL.DOM.SortExpression, TOutput>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.CopyTo(Syncfusion.RDL.DOM.SortExpression[])
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.CopyTo(System.Int32, Syncfusion.RDL.DOM.SortExpression[], System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.CopyTo(Syncfusion.RDL.DOM.SortExpression[], System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.Exists(System.Predicate<Syncfusion.RDL.DOM.SortExpression>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.Find(System.Predicate<Syncfusion.RDL.DOM.SortExpression>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.FindAll(System.Predicate<Syncfusion.RDL.DOM.SortExpression>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.FindIndex(System.Predicate<Syncfusion.RDL.DOM.SortExpression>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.FindIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.SortExpression>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.SortExpression>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.FindLast(System.Predicate<Syncfusion.RDL.DOM.SortExpression>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.FindLastIndex(System.Predicate<Syncfusion.RDL.DOM.SortExpression>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.RDL.DOM.SortExpression>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.RDL.DOM.SortExpression>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.ForEach(System.Action<Syncfusion.RDL.DOM.SortExpression>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.SortExpression>.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.IndexOf(Syncfusion.RDL.DOM.SortExpression)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.IndexOf(Syncfusion.RDL.DOM.SortExpression, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.IndexOf(Syncfusion.RDL.DOM.SortExpression, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.Insert(System.Int32, Syncfusion.RDL.DOM.SortExpression)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.RDL.DOM.SortExpression>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.LastIndexOf(Syncfusion.RDL.DOM.SortExpression)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.LastIndexOf(Syncfusion.RDL.DOM.SortExpression, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.LastIndexOf(Syncfusion.RDL.DOM.SortExpression, System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.Remove(Syncfusion.RDL.DOM.SortExpression)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.RemoveAll(System.Predicate<Syncfusion.RDL.DOM.SortExpression>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.RemoveAt(System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.Reverse()
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.Sort()
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.Sort(System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.SortExpression>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.RDL.DOM.SortExpression>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.Sort(System.Comparison<Syncfusion.RDL.DOM.SortExpression>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.ToArray()
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.TrimExcess()
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.TrueForAll(System.Predicate<Syncfusion.RDL.DOM.SortExpression>)
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.Capacity
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.Count
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.System.Collections.Generic.ICollection<Syncfusion.RDL.DOM.SortExpression>.IsReadOnly
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.Item[System.Int32]
System.Collections.Generic.List<Syncfusion.RDL.DOM.SortExpression>.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: Syncfusion.RDL.DOM
Assembly: Syncfusion.ReportControls.Wpf.dll
Syntax
public class SortExpressions : List<SortExpression>, IList<SortExpression>, ICollection<SortExpression>, IList, ICollection, IReadOnlyList<SortExpression>, IReadOnlyCollection<SortExpression>, IEnumerable<SortExpression>, IEnumerable
Constructors
SortExpressions()
Declaration
public SortExpressions()
SortExpressions(ReportSerializer)
Declaration
public SortExpressions(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
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