C# 클래스 OmniXaml.ObjectAssembler.Commands.EndObjectCommand

상속: Command
파일 보기 프로젝트 열기: AvaloniaUI/OmniXAML

공개 메소드들

메소드 설명
EndObjectCommand ( StateCommuter stateCommuter, Action setResult, IInstanceLifeCycleListener lifyCycleListener ) : System
Execute ( ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
ProcessCurrentInstanceValueWithMarkupExtension ( ) : void

메소드 상세

EndObjectCommand() 공개 메소드

public EndObjectCommand ( StateCommuter stateCommuter, Action setResult, IInstanceLifeCycleListener lifyCycleListener ) : System
stateCommuter StateCommuter
setResult Action
lifyCycleListener IInstanceLifeCycleListener
리턴 System

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string