Interface IConditionalRuleBuilderPhase1<T, TContext>
Inherited Members
Namespace: PropertyBinder
Assembly: PropertyBinder.dll
Syntax
public interface IConditionalRuleBuilderPhase1<T, TContext> : IConditionalRuleBuilderPhase2<T, TContext> where TContext : class
Type Parameters
| Name | Description |
|---|---|
| T | |
| TContext |
Methods
| Name | Description |
|---|---|
| Else(Expression<Func<TContext, T>>) | |
| ElseIf(Expression<Func<TContext, bool>>, Expression<Func<TContext, T>>) |