Class PropertyBinderExtensions
Inheritance
PropertyBinderExtensions
Assembly: PropertyBinder.dll
Syntax
public static class PropertyBinderExtensions
Methods
Name |
Description |
PropagateNullValues<T, TContext>(PropertyRuleBuilder<T?, TContext>)
|
|
PropagateNullValues<T, TContext>(PropertyRuleBuilder<T, TContext>)
|
|
To<T, TContext>(PropertyRuleBuilder<T, TContext>, Expression<Func<TContext, T?>>)
|
|
To<T, TContext, TTarget>(PropertyRuleBuilder<T, TContext>, Expression<Func<TContext, TTarget>>)
|
|