Method PropagateNullValues
PropagateNullValues<T, TContext>(PropertyRuleBuilder<T, TContext>)
Declaration
public static PropertyRuleBuilder<T, TContext> PropagateNullValues<T, TContext>(this PropertyRuleBuilder<T, TContext> ruleBuilder) where T : class where TContext : class
Parameters
Returns
Type Parameters
Name |
Description |
T |
|
TContext |
|
PropagateNullValues<T, TContext>(PropertyRuleBuilder<T?, TContext>)
Declaration
public static PropertyRuleBuilder<T?, TContext> PropagateNullValues<T, TContext>(this PropertyRuleBuilder<T?, TContext> ruleBuilder) where T : struct where TContext : class
Parameters
Returns
Type Parameters
Name |
Description |
T |
|
TContext |
|