C# 클래스 Jellyfish.Commands.ExecutionResult

파일 보기 프로젝트 열기: Zenasoft/Jellyfish.Commands 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
events List

공개 메소드들

메소드 설명
AddEvent ( EventType evt ) : void
ExecutionResult ( ) : Jellyfish.Commands.Utils
ExecutionResult ( ExecutionResult copy ) : Jellyfish.Commands.Utils

비공개 메소드들

메소드 설명
EventExists ( EventType evt ) : bool

메소드 상세

AddEvent() 공개 메소드

public AddEvent ( EventType evt ) : void
evt EventType
리턴 void

ExecutionResult() 공개 메소드

public ExecutionResult ( ) : Jellyfish.Commands.Utils
리턴 Jellyfish.Commands.Utils

ExecutionResult() 공개 메소드

public ExecutionResult ( ExecutionResult copy ) : Jellyfish.Commands.Utils
copy ExecutionResult
리턴 Jellyfish.Commands.Utils

프로퍼티 상세

events 공개적으로 프로퍼티

public List events
리턴 List