C# Class Robotlegs.Base.ContextEvent

Inheritance: Event
Mostrar archivo Open project: tekool/silverlight-robotlegs-framework

Public Properties

Property Type Description
SHUTDOWN string
SHUTDOWN_COMPLETE string
STARTUP string
STARTUP_COMPLETE string

Protected Properties

Property Type Description
_body object

Public Methods

Method Description
Clone ( ) : Event
ContextEvent ( string type, object body = null )

Method Details

Clone() public method

public Clone ( ) : Event
return Event

ContextEvent() public method

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

Property Details

SHUTDOWN public_oe static_oe property

public static string SHUTDOWN
return string

SHUTDOWN_COMPLETE public_oe static_oe property

public static string SHUTDOWN_COMPLETE
return string

STARTUP public_oe static_oe property

public static string STARTUP
return string

STARTUP_COMPLETE public_oe static_oe property

public static string STARTUP_COMPLETE
return string

_body protected_oe property

protected object _body
return object