C# 클래스 EmberPlusRegistryProvider.RegistryProvider.Walker

상속: GlowWalker
파일 보기 프로젝트 열기: Lawo/ember-plus

공개 메소드들

메소드 설명
Walker ( RegistryProvider registry, EmberPlusRegistryProvider.Client client, System.Item rootItem ) : System

보호된 메소드들

메소드 설명
OnCommand ( GlowCommand glow, int path ) : void
OnFunction ( GlowFunctionBase glow, int path ) : void
OnInvocationResult ( GlowInvocationResult glow ) : void
OnMatrix ( GlowMatrixBase glow, int path ) : void
OnNode ( GlowNodeBase glow, int path ) : void
OnParameter ( GlowParameterBase glow, int path ) : void
OnStreamEntry ( EmberLib.Glow.GlowStreamEntry glow ) : void
OnTemplate ( GlowTemplateBase glow, int path ) : void

비공개 메소드들

메소드 설명
CloseItem ( System.Item leaf ) : void
CreateGlowNode ( System.Item item, int path, int number, int fields, EmberLib.Glow.GlowElementCollectionBase parent ) : void
CreateGlowParameter ( System.Item item, int path, int number, int fields, EmberLib.Glow.GlowElementCollectionBase parent ) : void
OpenItem ( int path, bool isWriteable ) : System.Item

메소드 상세

OnCommand() 보호된 메소드

protected OnCommand ( GlowCommand glow, int path ) : void
glow GlowCommand
path int
리턴 void

OnFunction() 보호된 메소드

protected OnFunction ( GlowFunctionBase glow, int path ) : void
glow EmberLib.Glow.GlowFunctionBase
path int
리턴 void

OnInvocationResult() 보호된 메소드

protected OnInvocationResult ( GlowInvocationResult glow ) : void
glow GlowInvocationResult
리턴 void

OnMatrix() 보호된 메소드

protected OnMatrix ( GlowMatrixBase glow, int path ) : void
glow EmberLib.Glow.GlowMatrixBase
path int
리턴 void

OnNode() 보호된 메소드

protected OnNode ( GlowNodeBase glow, int path ) : void
glow EmberLib.Glow.GlowNodeBase
path int
리턴 void

OnParameter() 보호된 메소드

protected OnParameter ( GlowParameterBase glow, int path ) : void
glow EmberLib.Glow.GlowParameterBase
path int
리턴 void

OnStreamEntry() 보호된 메소드

protected OnStreamEntry ( EmberLib.Glow.GlowStreamEntry glow ) : void
glow EmberLib.Glow.GlowStreamEntry
리턴 void

OnTemplate() 보호된 메소드

protected OnTemplate ( GlowTemplateBase glow, int path ) : void
glow EmberLib.Glow.GlowTemplateBase
path int
리턴 void

Walker() 공개 메소드

public Walker ( RegistryProvider registry, EmberPlusRegistryProvider.Client client, System.Item rootItem ) : System
registry RegistryProvider
client EmberPlusRegistryProvider.Client
rootItem System.Item
리턴 System