IValidateRule
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IValidateRule
Properties
Validator
View Source
Declaration
string Validator { get; set; }
Condition
View Source
Declaration
string Condition { get; set; }
ErrorCode
View Source
Declaration
string ErrorCode { get; set; }
Message
View Source
Declaration
string Message { get; set; }