Skip to main content

PropertyValidatorContext

Assembly: ServiceStack.dll
View Source
Declaration
public class PropertyValidatorContext : ICommonContext

Properties

ParentContext

View Source
Declaration
public IValidationContext ParentContext { get; }

Rule

View Source
Declaration
public PropertyRule Rule { get; }

PropertyName

View Source
Declaration
public string PropertyName { get; }

DisplayName

View Source
Declaration
public string DisplayName { get; }

InstanceToValidate

View Source
Declaration
public object InstanceToValidate { get; }

MessageFormatter

View Source
Declaration
public MessageFormatter MessageFormatter { get; }

PropertyValue

View Source
Declaration
public object PropertyValue { get; }

ICommonContext.ParentContext

View Source
Declaration
ICommonContext ICommonContext.ParentContext { get; }

Implements