Show / Hide Table of Contents

    Class Hierarchy

    Hierarchy

    Inheritance
    Object
    Hierarchy
    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
    public sealed class Hierarchy

    Constructors

    | Improve this Doc View Source

    Hierarchy(String, String, String, String)

    Hierarchy constructor

    Declaration
    public Hierarchy(string name, string parent, string linkParent, string linkChild)
    Parameters
    Type Name Description
    String name

    Hierarchy table name

    String parent

    Parent link field

    String linkParent

    Hierarchy table parent link

    String linkChild

    Hierarchy table child link

    Properties

    | Improve this Doc View Source

    LinkChild

    Hierarchy table child link

    Declaration
    public string LinkChild { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    LinkParent

    Hierarchy table parent link

    Declaration
    public string LinkParent { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Name

    Hierarchy table name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Parent

    Parent link field

    Declaration
    public string Parent { get; }
    Property Value
    Type Description
    String

    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