C# 클래스 AppEvents.Rule

파일 보기 프로젝트 열기: dkarzon/AppEvents

Private Properties

프로퍼티 타입 설명
Rule System
RunOperations bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Rule ( ) : System
RunOperations ( UserEventList eventList ) : bool

메소드 상세

And() 공개 메소드

public And ( bool>.Func op ) : Rule
op bool>.Func
리턴 Rule

And() 공개 메소드

public And ( string eventName, int count = 1 ) : Rule
eventName string
count int
리턴 Rule

AndNot() 공개 메소드

public AndNot ( string eventName, int count = 1 ) : Rule
eventName string
count int
리턴 Rule

Do() 공개 메소드

Adds the action to the RuleSet for the Client to execute
public Do ( Action action ) : Rule
action Action
리턴 Rule

Rule() 공개 메소드

public Rule ( string name ) : System
name string
리턴 System

When() 공개 메소드

public When ( bool>.Func op ) : Rule
op bool>.Func
리턴 Rule

When() 공개 메소드

public When ( string eventName, int count = 1 ) : Rule
eventName string
count int
리턴 Rule