C# Класс Tortuga.Chain.AuditRules.ColumnRule

This is the base class for rules that affect a single column.
Наследование: AuditRule
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ColumnRule() защищенный Метод

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

GenerateValue() публичный абстрактный Метод

Generates the value to be used for the operation.
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