C# Class Invert.uFrame.ECS.ComponentDestroyedNode

Inheritance: ComponentDestroyedNodeBase
Afficher le fichier Open project: InvertGames/uFrame.ECS.Editor Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
WriteHandlerInvoker ( CodeMethodInvokeExpression handlerInvoker, CodeMemberMethod handlerFilterMethod ) : void

Method Details

Validate() public méthode

public Validate ( List errors ) : void
errors List
Résultat void

WriteEventSubscription() public méthode

public WriteEventSubscription ( TemplateContext ctx, CodeMemberMethod filterMethod, CodeMemberMethod handlerMethod ) : void
ctx TemplateContext
filterMethod System.CodeDom.CodeMemberMethod
handlerMethod System.CodeDom.CodeMemberMethod
Résultat void

WriteHandlerFilter() public méthode

public WriteHandlerFilter ( TemplateContext ctx, CodeMemberMethod handlerMethod ) : CodeMemberMethod
ctx TemplateContext
handlerMethod System.CodeDom.CodeMemberMethod
Résultat System.CodeDom.CodeMemberMethod

WriteHandlerInvoker() protected méthode

protected WriteHandlerInvoker ( CodeMethodInvokeExpression handlerInvoker, CodeMemberMethod handlerFilterMethod ) : void
handlerInvoker System.CodeDom.CodeMethodInvokeExpression
handlerFilterMethod System.CodeDom.CodeMemberMethod
Résultat void