Skip to main content

ICommonContext

Defines a validation context.

Assembly: ServiceStack.dll​
View Source​
Declaration
public interface ICommonContext

Properties​

InstanceToValidate​

The object currently being validated.

View Source​
Declaration
object InstanceToValidate { get; }

PropertyValue​

The value of the property being validated.

View Source​
Declaration
object PropertyValue { get; }

ParentContext​

Parent validation context.

View Source​
Declaration
ICommonContext ParentContext { get; }