Constructor ContextInheritor
ContextInheritor(TTarget, TSrc, Expression<Func<TSrc, TContext>>)
Declaration
public ContextInheritor(TTarget target, TSrc source, Expression<Func<TSrc, TContext>> sourceExpr)
Parameters
| Type | Name | Description |
|---|---|---|
| TTarget | target | |
| TSrc | source | |
| Expression<Func<TSrc, TContext>> | sourceExpr |