Method | Description | |
---|---|---|
CustomAssertThatAttribute ( string expression ) : System | ||
FormatErrorMessage ( string displayName, string expression, |
||
FormatErrorMessage ( string displayName, string expression, object objectInstance ) : string |
Method | Description | |
---|---|---|
IsValidInternal ( object value, System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : System.ComponentModel.DataAnnotations.ValidationResult |
public CustomAssertThatAttribute ( string expression ) : System | ||
expression | string | |
return | System |
public FormatErrorMessage ( string displayName, string expression, |
||
displayName | string | |
expression | string | |
objectType | ||
fieldsMap | Guid>.IDictionary | |
return | string |
public FormatErrorMessage ( string displayName, string expression, object objectInstance ) : string | ||
displayName | string | |
expression | string | |
objectInstance | object | |
return | string |
protected IsValidInternal ( object value, System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : System.ComponentModel.DataAnnotations.ValidationResult | ||
value | object | |
validationContext | System.ComponentModel.DataAnnotations.ValidationContext | |
return | System.ComponentModel.DataAnnotations.ValidationResult |