Method | Description | |
---|---|---|
UserDataRule ( string columnName, string propertyName, OperationTypes appliesWhen ) : System |
Initializes a new instance of the UserDataRule class. This will have no effect on hard deletes. |
Method | Description | |
---|---|---|
GenerateValue ( object argumentValue, object userValue, object currentValue ) : object |
public UserDataRule ( string columnName, string propertyName, OperationTypes appliesWhen ) : System | ||
columnName | string | Name of the column. |
propertyName | string | Name of the property. |
appliesWhen | OperationTypes | The rule can be applied to insert, update, and/or soft delete operations. |
return | System |