EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Class BinderExtensions

    Inheritance
    object
    BinderExtensions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: PropertyBinder
    Assembly: PropertyBinder.dll
    Syntax
    public static class BinderExtensions

    Methods

    Name Description
    AddRule<TContext>(Binder<TContext>, Action<TContext>, string, string, bool, bool, Expression, params Expression[])
    BindAction<TContext>(Binder<TContext>, Expression<Action<TContext>>, string)
    BindCommand<TContext>(Binder<TContext>, Action<TContext, object>, Expression<Func<TContext, object, bool>>)
    BindCommand<TContext>(Binder<TContext>, Action<TContext>, Expression<Func<TContext, bool>>)
    BindIf<T, TContext>(Binder<TContext>, Expression<Func<TContext, bool>>, Expression<Func<TContext, T>>)
    Bind<T, TContext>(Binder<TContext>, Expression<Func<TContext, T>>)
    Unbind<TContext>(Binder<TContext>, string)
    Unbind<T, TContext>(Binder<TContext>, Expression<Func<TContext, T>>)
    © Xab3r. All rights reserved.