Class BinderExtensions
Inheritance
BinderExtensions
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>>)
|
|