ValidateWithDataErrorInfo<(Of <(<'T>)>)> Class
When this rule is in effect, objects of type T will be checked.
Implements the ValidateWithDataErrorInfo
Namespace:
Tortuga.Chain.AuditRulesAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public class ValidateWithDataErrorInfo<T> : ValidateWithDataErrorInfo where T : IDataErrorInfo
Public Class ValidateWithDataErrorInfo(Of T As IDataErrorInfo) _ Inherits ValidateWithDataErrorInfo
generic<typename T> where T : IDataErrorInfo public ref class ValidateWithDataErrorInfo : public ValidateWithDataErrorInfo
Type Parameters
- T
Inheritance Hierarchy
Tortuga.Chain.AuditRules..::..AuditRule
Tortuga.Chain.AuditRules..::..ValidationRule
Tortuga.Chain.AuditRules..::..ValidateWithDataErrorInfo
Tortuga.Chain.AuditRules..::..ValidateWithDataErrorInfo<(Of <(<'T>)>)>