C# Class Invert.uFrame.ECS.ComponentDestroyedNode

Inheritance: ComponentDestroyedNodeBase
Exibir arquivo Open project: InvertGames/uFrame.ECS.Editor Class Usage Examples

Public Methods

Method Description
Validate ( List errors ) : void
WriteEventSubscription ( TemplateContext ctx, CodeMemberMethod filterMethod, CodeMemberMethod handlerMethod ) : void
WriteHandlerFilter ( TemplateContext ctx, CodeMemberMethod handlerMethod ) : CodeMemberMethod

Protected Methods

Method Description
WriteHandlerInvoker ( CodeMethodInvokeExpression handlerInvoker, CodeMemberMethod handlerFilterMethod ) : void

Method Details

Validate() public method

public Validate ( List errors ) : void
errors List
return void

WriteEventSubscription() public method

public WriteEventSubscription ( TemplateContext ctx, CodeMemberMethod filterMethod, CodeMemberMethod handlerMethod ) : void
ctx TemplateContext
filterMethod System.CodeDom.CodeMemberMethod
handlerMethod System.CodeDom.CodeMemberMethod
return void

WriteHandlerFilter() public method

public WriteHandlerFilter ( TemplateContext ctx, CodeMemberMethod handlerMethod ) : CodeMemberMethod
ctx TemplateContext
handlerMethod System.CodeDom.CodeMemberMethod
return System.CodeDom.CodeMemberMethod

WriteHandlerInvoker() protected method

protected WriteHandlerInvoker ( CodeMethodInvokeExpression handlerInvoker, CodeMemberMethod handlerFilterMethod ) : void
handlerInvoker System.CodeDom.CodeMethodInvokeExpression
handlerFilterMethod System.CodeDom.CodeMemberMethod
return void