C# Class strange.unittests.TestMediator

Inheritance: IMediator
ファイルを表示 Open project: dshook/centauri-tac Class Usage Examples

Public Properties

Property Type Description
preregistered bool
registered bool
removed bool

Private Properties

Property Type Description

Public Methods

Method Description
OnRegister ( ) : void
OnRemove ( ) : void
PreRegister ( ) : void

Method Details

OnRegister() public method

public OnRegister ( ) : void
return void

OnRemove() public method

public OnRemove ( ) : void
return void

PreRegister() public method

public PreRegister ( ) : void
return void

Property Details

preregistered public_oe property

public bool preregistered
return bool

registered public_oe property

public bool registered
return bool

removed public_oe property

public bool removed
return bool