Show / Hide Table of Contents

    Class RepositoryAttachedHandler<T>

    Repository level attached handler wrapper

    Inheritance
    Object
    AttachedHandler<T>
    RepositoryAttachedHandler<T>
    Inherited Members
    AttachedHandler<T>.Type
    AttachedHandler<T>.Handler
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: XData
    Assembly: XData.docfx.dll
    Syntax
    public sealed class RepositoryAttachedHandler<T> : AttachedHandler<T> where T : class, IDataObject
    Type Parameters
    Name Description
    T

    Operators

    | Improve this Doc View Source

    Explicit(RepositoryAttachedHandler<T> to ClearAttachedHandler)

    Explicitly unwrap clear handler

    Declaration
    public static explicit operator ClearAttachedHandler(RepositoryAttachedHandler<T> handler)
    Parameters
    Type Name Description
    RepositoryAttachedHandler<T> handler

    Wrapped handler

    Returns
    Type Description
    ClearAttachedHandler

    Unwrapped attached handler

    | Improve this Doc View Source

    Explicit(RepositoryAttachedHandler<T> to ExecuteAttachedHandler<T>)

    Explicitly unwrap execute handler

    Declaration
    public static explicit operator ExecuteAttachedHandler<T>(RepositoryAttachedHandler<T> handler)
    Parameters
    Type Name Description
    RepositoryAttachedHandler<T> handler

    Wrapped handler

    Returns
    Type Description
    ExecuteAttachedHandler<T>

    Unwrapped attached handler

    | Improve this Doc View Source

    Explicit(RepositoryAttachedHandler<T> to SubmitAttachedHandler<T>)

    Explicitly unwrap submit handler

    Declaration
    public static explicit operator SubmitAttachedHandler<T>(RepositoryAttachedHandler<T> handler)
    Parameters
    Type Name Description
    RepositoryAttachedHandler<T> handler

    Wrapped handler

    Returns
    Type Description
    SubmitAttachedHandler<T>

    Unwrapped attached handler

    | Improve this Doc View Source

    Implicit(ClearAttachedHandler to RepositoryAttachedHandler<T>)

    Implicitly wrap clear handler

    Declaration
    public static implicit operator RepositoryAttachedHandler<T>(ClearAttachedHandler handler)
    Parameters
    Type Name Description
    ClearAttachedHandler handler

    Clear handler

    Returns
    Type Description
    RepositoryAttachedHandler<T>

    Repository attached handler

    | Improve this Doc View Source

    Implicit(ExecuteAttachedHandler<T> to RepositoryAttachedHandler<T>)

    Implicitly wrap execute handler

    Declaration
    public static implicit operator RepositoryAttachedHandler<T>(ExecuteAttachedHandler<T> handler)
    Parameters
    Type Name Description
    ExecuteAttachedHandler<T> handler

    Execute handler

    Returns
    Type Description
    RepositoryAttachedHandler<T>

    Repository attached handler

    | Improve this Doc View Source

    Implicit(SubmitAttachedHandler<T> to RepositoryAttachedHandler<T>)

    Implicitly wrap submit handler

    Declaration
    public static implicit operator RepositoryAttachedHandler<T>(SubmitAttachedHandler<T> handler)
    Parameters
    Type Name Description
    SubmitAttachedHandler<T> handler

    Submit handler

    Returns
    Type Description
    RepositoryAttachedHandler<T>

    Repository attached handler

    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