Method | Description | |
---|---|---|
ValidationItem ( string propertyName, string message ) : System | ||
ValidationItem ( string propertyName, string message, object attemptedValue ) : System |
public ValidationItem ( string propertyName, string message ) : System | ||
propertyName | string | |
message | string | |
return | System |
public ValidationItem ( string propertyName, string message, object attemptedValue ) : System | ||
propertyName | string | |
message | string | |
attemptedValue | object | |
return | System |