Show / Hide Table of Contents

    Class DataQueryState

    Data query state

    Inheritance
    Object
    DataQueryState
    RepositoryState
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: XData.DataSource.Structure
    Assembly: XData.docfx.dll
    Syntax
    [Serializable]
    [DataContract]
    public class DataQueryState

    Properties

    | Improve this Doc View Source

    AssemblyName

    Element type assembly name

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

    Context

    Context

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

    ElementType

    Element type name

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

    Structure

    DataStructure

    Declaration
    [DataMember]
    public DataStructureState Structure { get; set; }
    Property Value
    Type Description
    DataStructureState

    Methods

    | Improve this Doc View Source

    ToString()

    Returns a String that represents the current Object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    A String that represents the current Object.

    Overrides
    Object.ToString()

    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