C# Class Microsoft.Zing.EventPattern

Inheritance: JoinPattern
ファイルを表示 Open project: ZingModelChecker/Zing Class Usage Examples

Public Methods

Method Description
EventPattern ( ) : System.Collections.Generic
EventPattern ( System.Compiler.Expression messageType, System.Compiler.Expression direction ) : System.Collections.Generic
EventPattern ( System.Compiler.Expression channelNumber, System.Compiler.Expression messageType, System.Compiler.Expression direction ) : System.Collections.Generic

Method Details

EventPattern() public method

public EventPattern ( ) : System.Collections.Generic
return System.Collections.Generic

EventPattern() public method

public EventPattern ( System.Compiler.Expression messageType, System.Compiler.Expression direction ) : System.Collections.Generic
messageType System.Compiler.Expression
direction System.Compiler.Expression
return System.Collections.Generic

EventPattern() public method

public EventPattern ( System.Compiler.Expression channelNumber, System.Compiler.Expression messageType, System.Compiler.Expression direction ) : System.Collections.Generic
channelNumber System.Compiler.Expression
messageType System.Compiler.Expression
direction System.Compiler.Expression
return System.Collections.Generic