C# Class AppEvents.Rule

Afficher le fichier Open project: dkarzon/AppEvents

Private Properties

Свойство Type Description
Rule System
RunOperations bool

Méthodes publiques

Méthode Description
And ( bool>.Func op ) : Rule
And ( string eventName, int count = 1 ) : Rule
AndNot ( string eventName, int count = 1 ) : Rule
Do ( Action action ) : Rule

Adds the action to the RuleSet for the Client to execute

Rule ( string name ) : System
When ( bool>.Func op ) : Rule
When ( string eventName, int count = 1 ) : Rule

Private Methods

Méthode Description
Rule ( ) : System
RunOperations ( UserEventList eventList ) : bool

Method Details

And() public méthode

public And ( bool>.Func op ) : Rule
op bool>.Func
Résultat Rule

And() public méthode

public And ( string eventName, int count = 1 ) : Rule
eventName string
count int
Résultat Rule

AndNot() public méthode

public AndNot ( string eventName, int count = 1 ) : Rule
eventName string
count int
Résultat Rule

Do() public méthode

Adds the action to the RuleSet for the Client to execute
public Do ( Action action ) : Rule
action Action
Résultat Rule

Rule() public méthode

public Rule ( string name ) : System
name string
Résultat System

When() public méthode

public When ( bool>.Func op ) : Rule
op bool>.Func
Résultat Rule

When() public méthode

public When ( string eventName, int count = 1 ) : Rule
eventName string
count int
Résultat Rule