C# Class Endjin.Assembly.ChangeDetection.Query.EventQuery

Inheritance: MethodQuery
显示文件 Open project: endjin/Endjin.Assembly.ChangeDetection

Private Properties

Property Type Description
GetMethods List
IsMatchingEvent bool
MatchEventType bool
PrependStarBeforeGenericTypes string

Public Methods

Method Description
EventQuery ( ) : System
EventQuery ( string query ) : System
GetMatchingEvents ( Mono.Cecil.TypeDefinition type ) : List

Private Methods

Method Description
GetMethods ( Mono.Cecil.TypeDefinition type ) : List
IsMatchingEvent ( Mono.Cecil.EventDefinition ev ) : bool
MatchEventType ( TypeReference evType ) : bool
PrependStarBeforeGenericTypes ( string eventTypeFilter ) : string

Method Details

EventQuery() public method

public EventQuery ( ) : System
return System

EventQuery() public method

public EventQuery ( string query ) : System
query string
return System

GetMatchingEvents() public method

public GetMatchingEvents ( Mono.Cecil.TypeDefinition type ) : List
type Mono.Cecil.TypeDefinition
return List