Method | Description | |
---|---|---|
ColumnLengthRangeAttribute ( int minLength, int maxLength, string propertyName ) : System | ||
ColumnLengthRangeAttribute ( int maxLength, string propertyName ) : System | ||
Process ( IMethodInvocationContext context ) : void |
public ColumnLengthRangeAttribute ( int minLength, int maxLength, string propertyName ) : System | ||
minLength | int | |
maxLength | int | |
propertyName | string | |
return | System |
public ColumnLengthRangeAttribute ( int maxLength, string propertyName ) : System | ||
maxLength | int | |
propertyName | string | |
return | System |
public Process ( IMethodInvocationContext context ) : void | ||
context | IMethodInvocationContext | |
return | void |