C# Class Tortuga.Chain.AuditRules.AuditRule

Base class for all audit rules.
显示文件 Open project: docevaad/Chain

Protected Methods

Method Description
AuditRule ( OperationTypes appliesWhen )

Initializes a new instance of the AuditRule class.

Method Details

AuditRule() protected method

Initializes a new instance of the AuditRule class.
protected AuditRule ( OperationTypes appliesWhen )
appliesWhen OperationTypes The rule applies when.