C# Class Robotlegs.Base.ContextEvent

Inheritance: Event
Afficher le fichier Open project: tekool/silverlight-robotlegs-framework

Méthodes publiques

Свойство Type Description
SHUTDOWN string
SHUTDOWN_COMPLETE string
STARTUP string
STARTUP_COMPLETE string

Protected Properties

Свойство Type Description
_body object

Méthodes publiques

Méthode Description
Clone ( ) : Event
ContextEvent ( string type, object body = null )

Method Details

Clone() public méthode

public Clone ( ) : Event
Résultat Event

ContextEvent() public méthode

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

Property Details

SHUTDOWN public_oe static_oe property

public static string SHUTDOWN
Résultat string

SHUTDOWN_COMPLETE public_oe static_oe property

public static string SHUTDOWN_COMPLETE
Résultat string

STARTUP public_oe static_oe property

public static string STARTUP
Résultat string

STARTUP_COMPLETE public_oe static_oe property

public static string STARTUP_COMPLETE
Résultat string

_body protected_oe property

protected object _body
Résultat object