C# 클래스 Robotlegs.Base.ContextEvent

상속: Event
파일 보기 프로젝트 열기: tekool/silverlight-robotlegs-framework

공개 프로퍼티들

프로퍼티 타입 설명
SHUTDOWN string
SHUTDOWN_COMPLETE string
STARTUP string
STARTUP_COMPLETE string

보호된 프로퍼티들

프로퍼티 타입 설명
_body object

공개 메소드들

메소드 설명
Clone ( ) : Event
ContextEvent ( string type, object body = null )

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Event
리턴 Event

ContextEvent() 공개 메소드

public ContextEvent ( string type, object body = null )
type string
body object

프로퍼티 상세

SHUTDOWN 공개적으로 정적으로 프로퍼티

public static string SHUTDOWN
리턴 string

SHUTDOWN_COMPLETE 공개적으로 정적으로 프로퍼티

public static string SHUTDOWN_COMPLETE
리턴 string

STARTUP 공개적으로 정적으로 프로퍼티

public static string STARTUP
리턴 string

STARTUP_COMPLETE 공개적으로 정적으로 프로퍼티

public static string STARTUP_COMPLETE
리턴 string

_body 보호되어 있는 프로퍼티

protected object _body
리턴 object