Skip to main content

FieldValidationMetadata

Assembly: ServiceStack.Razor.dll
View Source
Declaration
public class FieldValidationMetadata

Properties

FieldName

View Source
Declaration
public string FieldName { get; set; }

ReplaceValidationMessageContents

View Source
Declaration
public bool ReplaceValidationMessageContents { get; set; }

ValidationMessageId

View Source
Declaration
public string ValidationMessageId { get; set; }

ValidationRules

View Source
Declaration
public ICollection<ModelClientValidationRule> ValidationRules { get; }