Show / Hide Table of Contents

    Class Grouping

    Grouping element

    Inheritance
    Object
    Grouping
    Implements
    IEquatable<Grouping>
    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 Grouping : IEquatable<Grouping>

    Properties

    | 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

    GroupFunction

    Group function

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

    GroupOrder

    Group function

    Declaration
    [DataMember]
    public int GroupOrder { get; set; }
    Property Value
    Type Description
    Int32
    | 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(Grouping)

    Grouping equality check

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

    Grouping 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