Show / Hide Table of Contents

    Interface ILinkPropertyMappingAdapter<T>

    Link property mapping adapter

    Inherited Members
    IRepositoryReadOnlyPropertyMappingAdapter.ConcurrencyToken()
    IRepositoryReadOnlyPropertyMappingAdapter.OuterFlag()
    IPropertyMappingAdapter.Key()
    IPropertyMappingAdapter.Group(DataGrouping)
    IPropertyMappingAdapter.Group(Int32)
    IPropertyMappingAdapter.Hidden()
    IPropertyMappingAdapter.OrderBy(Int32, Boolean)
    IPropertyMappingAdapter.OrderBy(Int32)
    Namespace: XData.Mapping.Dynamic
    Assembly: XData.docfx.dll
    Syntax
    public interface ILinkPropertyMappingAdapter<T> : IRepositoryReadOnlyPropertyMappingAdapter, IPropertyMappingAdapter where T : class, ISqlObject, new()
    Type Parameters
    Name Description
    T

    Data object type

    Methods

    | Improve this Doc View Source

    LinkProperty()

    Link property data association property

    Declaration
    IStructureFlag LinkProperty()
    Returns
    Type Description
    IStructureFlag

    Property link description

    | Improve this Doc View Source

    LinkProperty<TSource>(Expression<Func<TSource, Object>>)

    Link property data association property

    Declaration
    IStructureFlag LinkProperty<TSource>(Expression<Func<TSource, object>> source)
        where TSource : class, IDataObject, new()
    Parameters
    Type Name Description
    Expression<Func<TSource, Object>> source

    Source dictionary property

    Returns
    Type Description
    IStructureFlag

    Property link description

    Type Parameters
    Name Description
    TSource

    Source dictionary type

    | Improve this Doc View Source

    LinkProperty<TSource>(Expression<Func<TSource, Object>>, Expression<Func<T, Object>>)

    Link property data association property

    Declaration
    IStructureFlag LinkProperty<TSource>(Expression<Func<TSource, object>> source, Expression<Func<T, object>> property)
        where TSource : class, IDataObject, new()
    Parameters
    Type Name Description
    Expression<Func<TSource, Object>> source

    Source dictionary property

    Expression<Func<T, Object>> property

    Property

    Returns
    Type Description
    IStructureFlag

    Property link description

    Type Parameters
    Name Description
    TSource

    Source dictionary type

    | Improve this Doc View Source

    LinkProperty<TSource>(Expression<Func<T, Object>>)

    Link property data association property

    Declaration
    IStructureFlag LinkProperty<TSource>(Expression<Func<T, object>> property)
        where TSource : class, IDataObject, new()
    Parameters
    Type Name Description
    Expression<Func<T, Object>> property

    Property

    Returns
    Type Description
    IStructureFlag

    Property link description

    Type Parameters
    Name Description
    TSource

    Source dictionary type

    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