IValidationContext
Validation context
Assembly: ServiceStack.dll
View Source
Declaration
public interface IValidationContext : ICommonContext
Properties
RootContextData
Additional data associated with the validation request.
View Source
Declaration
IDictionary<string, object> RootContextData { get; }
PropertyChain
Property chain
View Source
Declaration
PropertyChain PropertyChain { get; }
Selector
Selector
View Source
Declaration
IValidatorSelector Selector { get; }
IsChildContext
Whether this is a child context
View Source
Declaration
bool IsChildContext { get; }
IsChildCollectionContext
Whether this is a child collection context.
View Source
Declaration
bool IsChildCollectionContext { get; }
Request
View Source
Declaration
IRequest Request { get; set; }