C# Class strange.unittests.TestMediator

Inheritance: IMediator
Afficher le fichier Open project: dshook/centauri-tac Class Usage Examples

Méthodes publiques

Свойство Type Description
preregistered bool
registered bool
removed bool

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
OnRegister ( ) : void
OnRemove ( ) : void
PreRegister ( ) : void

Method Details

OnRegister() public méthode

public OnRegister ( ) : void
Résultat void

OnRemove() public méthode

public OnRemove ( ) : void
Résultat void

PreRegister() public méthode

public PreRegister ( ) : void
Résultat void

Property Details

preregistered public_oe property

public bool preregistered
Résultat bool

registered public_oe property

public bool registered
Résultat bool

removed public_oe property

public bool removed
Résultat bool