Show / Hide Table of Contents

    Interface IExternalLink

    External link interface

    Inherited Members
    ICloneable.Clone()
    Namespace: XData.DataSource.Structure
    Assembly: XData.docfx.dll
    Syntax
    public interface IExternalLink : ICloneable

    Properties

    | Improve this Doc View Source

    ChildLinkType

    Child link type

    Declaration
    Type ChildLinkType { get; }
    Property Value
    Type Description
    Type
    | Improve this Doc View Source

    ChildProperty

    Child property

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

    ChildType

    Child type

    Declaration
    Type ChildType { get; }
    Property Value
    Type Description
    Type
    | Improve this Doc View Source

    Combination

    Filter combination name

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

    DirectLink

    Direct link flag

    Declaration
    bool DirectLink { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    FilterName

    Filter name

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

    MasterRefresh

    Master refresh flag

    Declaration
    bool MasterRefresh { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Nullable

    Null value handling

    Declaration
    FilterNullable Nullable { get; }
    Property Value
    Type Description
    FilterNullable
    | Improve this Doc View Source

    Operation

    Filter operation

    Declaration
    FilterOperation Operation { get; }
    Property Value
    Type Description
    FilterOperation
    | Improve this Doc View Source

    PrimaryFilter

    Primary filter flag

    Declaration
    bool PrimaryFilter { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    PropertyName

    Property name

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

    TreeFilter

    Tree filter flag

    Declaration
    bool TreeFilter { get; }
    Property Value
    Type Description
    Boolean

    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