C# Class Invert.uFrame.ECS.CollectionItemRemovedNode

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

Public Methods

Method Description
WriteEventSubscription ( TemplateContext ctx, CodeMemberMethod filterMethod, CodeMemberMethod handlerMethod ) : void
WriteHandler ( TemplateContext ctx ) : CodeMemberMethod

Protected Methods

Method Description
WriteHandlerSetup ( TemplateContext ctx, string name, CodeMemberMethod handlerMethod ) : void

Method Details

WriteEventSubscription() public method

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

WriteHandler() public method

public WriteHandler ( TemplateContext ctx ) : CodeMemberMethod
ctx TemplateContext
return System.CodeDom.CodeMemberMethod

WriteHandlerSetup() protected method

protected WriteHandlerSetup ( TemplateContext ctx, string name, CodeMemberMethod handlerMethod ) : void
ctx TemplateContext
name string
handlerMethod System.CodeDom.CodeMemberMethod
return void