메소드 | 설명 | |
---|---|---|
GenerateValue ( object argumentValue, object userValue, object currentValue ) : object |
Generates the value to be used for the operation.
|
메소드 | 설명 | |
---|---|---|
ColumnRule ( string columnName, OperationTypes appliesWhen ) : System |
Initializes a new instance of the ColumnRule class.
|
protected ColumnRule ( string columnName, OperationTypes appliesWhen ) : System | ||
columnName | string | Name of the column. |
appliesWhen | OperationTypes | The applies when. |
리턴 | System |
public abstract GenerateValue ( object argumentValue, object userValue, object currentValue ) : object | ||
argumentValue | object | The argument value. |
userValue | object | The user value. |
currentValue | object | The current value. Used when the rule is conditionally applied. |
리턴 | object |