C# Class Robotlegs.Base.MediatorBase

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

Protected Properties

Свойство Type Description
UIComponentClass System.Type
viewComponent object

Méthodes publiques

Méthode Description
GetViewComponent ( ) : object
MediatorBase ( ) : System
OnRegister ( ) : void
OnRemove ( ) : void
PreRegister ( ) : void
PreRemove ( ) : void
SetViewComponent ( object viewComponent ) : void

Méthodes protégées

Méthode Description
OnCreationComplete ( Event e ) : void

Method Details

GetViewComponent() public méthode

public GetViewComponent ( ) : object
Résultat object

MediatorBase() public méthode

public MediatorBase ( ) : System
Résultat System

OnCreationComplete() protected méthode

protected OnCreationComplete ( Event e ) : void
e Event
Résultat void

OnRegister() public abstract méthode

public abstract OnRegister ( ) : void
Résultat void

OnRemove() public abstract méthode

public abstract OnRemove ( ) : void
Résultat void

PreRegister() public méthode

public PreRegister ( ) : void
Résultat void

PreRemove() public méthode

public PreRemove ( ) : void
Résultat void

SetViewComponent() public méthode

public SetViewComponent ( object viewComponent ) : void
viewComponent object
Résultat void

Property Details

UIComponentClass protected_oe static_oe property

protected static Type,System UIComponentClass
Résultat System.Type

viewComponent protected_oe property

protected object viewComponent
Résultat object