C# Class Dev2.Providers.Validation.Rules.RuleSet

Inheritance: IRuleSet
Datei anzeigen Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
Add ( IRuleBase rule ) : void
RuleSet ( IEnumerable rules = null ) : System
ValidateRules ( ) : List
ValidateRules ( string labelText, System.Action doError ) : List

Method Details

Add() public method

public Add ( IRuleBase rule ) : void
rule IRuleBase
return void

RuleSet() public method

public RuleSet ( IEnumerable rules = null ) : System
rules IEnumerable
return System

ValidateRules() public method

public ValidateRules ( ) : List
return List

ValidateRules() public method

public ValidateRules ( string labelText, System.Action doError ) : List
labelText string
doError System.Action
return List