OrderByExpression
Assembly: ServiceStack.dll
View Source
Declaration
public class OrderByExpression : FilterExpression
Properties
FieldNames
View Source
Declaration
public string[] FieldNames { get; }
FieldGetters
View Source
Declaration
public GetMemberDelegate[] FieldGetters { get; }
OrderAsc
View Source
Declaration
public bool[] OrderAsc { get; }
Methods
Apply<T>(IEnumerable<T>)
View Source
Declaration
public override IEnumerable<T> Apply<T>(IEnumerable<T> source)
Returns
System.Collections.Generic.IEnumerable<<T>>
Parameters
Type | Name |
---|---|
System.Collections.Generic.IEnumerable<<T>> | source |
Type Parameters
T
Inherited Methods
Apply<T>(IEnumerable<T>)
View Source
Declaration
public abstract IEnumerable<T> Apply<T>(IEnumerable<T> source)
Returns
System.Collections.Generic.IEnumerable<<T>>
Parameters
Type | Name |
---|---|
System.Collections.Generic.IEnumerable<<T>> | source |
Type Parameters
T