Show / Hide Table of Contents

    Interface IPropertyMappingAdapter

    Basic dynamic structure adapter

    Namespace: XData.Mapping.Dynamic
    Assembly: XData.docfx.dll
    Syntax
    public interface IPropertyMappingAdapter

    Methods

    | Improve this Doc View Source

    Group(Int32)

    Property grouping modifier

    Declaration
    IStructureFlag Group(int groupOrder)
    Parameters
    Type Name Description
    Int32 groupOrder

    Property grouping option

    Returns
    Type Description
    IStructureFlag

    Property grouping description

    | Improve this Doc View Source

    Group(DataGrouping)

    Property grouping modifier

    Declaration
    IStructureFlag Group(DataGrouping grouping)
    Parameters
    Type Name Description
    DataGrouping grouping

    Property grouping option

    Returns
    Type Description
    IStructureFlag

    Property key description

    Remarks

    Used as property description attribute

    | Improve this Doc View Source

    Hidden()

    Column is hidden column flag

    Declaration
    IStructureFlag Hidden()
    Returns
    Type Description
    IStructureFlag
    | Improve this Doc View Source

    Key()

    Property is key modifier

    Declaration
    IStructureFlag Key()
    Returns
    Type Description
    IStructureFlag

    Property key description

    Remarks

    Used as property description attribute

    | Improve this Doc View Source

    OrderBy(Int32)

    Property order by modifier

    Declaration
    IStructureFlag OrderBy(int order)
    Parameters
    Type Name Description
    Int32 order

    Property oder by option

    Returns
    Type Description
    IStructureFlag

    Property oder by description

    | Improve this Doc View Source

    OrderBy(Int32, Boolean)

    Property order by modifier

    Declaration
    IStructureFlag OrderBy(int order, bool desc)
    Parameters
    Type Name Description
    Int32 order

    Property oder by option

    Boolean desc

    Descent order flag

    Returns
    Type Description
    IStructureFlag

    Property oder by description

    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