Show / Hide Table of Contents

    Class Order

    Order by element

    Inheritance
    Object
    Order
    Implements
    IEquatable<Order>
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: XData.DataSource.Structure
    Assembly: XData.docfx.dll
    Syntax
    [Serializable]
    [DataContract]
    public sealed class Order : IEquatable<Order>

    Properties

    | Improve this Doc View Source

    Descending

    Descending flag

    Declaration
    [DataMember]
    public bool Descending { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    FieldName

    Field name

    Declaration
    [DataMember]
    public string FieldName { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    PropertyName

    Property name

    Declaration
    [DataMember]
    public string PropertyName { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    PropertyOwnerType

    Property owner type name

    Declaration
    [DataMember]
    public string PropertyOwnerType { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    SourceAlias

    Source alias

    Declaration
    [DataMember]
    public string SourceAlias { get; set; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    Equals(Order)

    Order equality check

    Declaration
    public bool Equals(Order other)
    Parameters
    Type Name Description
    Order other

    Order instance to compare

    Returns
    Type Description
    Boolean

    Instances are contains the same data

    Implements

    System.IEquatable<T>

    Extension Methods

    SerializationExtensions.ToXml<T>(T)
    CollectionsExtensions.SetValue<TKey, T>(TKey, T)
    CollectionsExtensions.AsEnum<T>(T)
    DataObjectQueryableExtensions.CompareVariable(Object, FilterOperation, String)
    Processing.Do<T>(T, Action<IProcess<T>>[])
    TypeExtensions.TryConvert<T, TResult>(T, Func<T, TResult>)
    TypeExtensions.TryConvert<T, TResult>(T, Func<T, TResult>, TResult)
    TypeExtensions.ChangeType<T>(Object)
    TypeExtensions.ChangeType(Object, Type)
    TypeExtensions.InvokeMethod<TRet>(Object, Type[], Expression<Func<TRet>>, BindingFlags)
    TypeExtensions.InvokeMethod(Object, Type[], Expression<Action>, BindingFlags)
    TypeExtensions.InvokeMethod<TRet>(Object, Expression<Func<TRet>>, BindingFlags)
    TypeExtensions.InvokeMethod(Object, Expression<Action>, BindingFlags)
    SqlBlockExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IBlockQueryAdapter, TResult>>)
    QueryDescriptionExtensions.SetExpression<TTag, TResult>(TTag, Expression<Func<IQueryStructureAdapter, TResult>>)
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX