C# Class AppEventsWM.RuleSet

Datei anzeigen Open project: dkarzon/AppEvents Class Usage Examples

Private Properties

Property Type Description
RuleSet System

Public Methods

Method Description
Do ( Action action ) : RuleSet
When ( string ruleName, bool>.Func op ) : RuleSet

Private Methods

Method Description
RuleSet ( string name, bool>.Func op ) : System

Method Details

Do() public method

public Do ( Action action ) : RuleSet
action Action
return RuleSet

When() public static method

public static When ( string ruleName, bool>.Func op ) : RuleSet
ruleName string
op bool>.Func
return RuleSet