C# Class StationScience.Contracts.Parameters.ReturnExperimentParameter

Inheritance: ContractParameter
Afficher le fichier Open project: tomforwood/StationScience

Méthodes publiques

Méthode Description
OnAccept ( Contract contract ) : void
ReturnExperimentParameter ( ) : System

Méthodes protégées

Méthode Description
GetHashString ( ) : string
GetTitle ( ) : string
OnLoad ( ConfigNode node ) : void
OnRegister ( ) : void
OnSave ( ConfigNode node ) : void
OnUnregister ( ) : void

Private Methods

Méthode Description
OnRecovered ( ProtoVessel pv, bool dummy ) : void
OnRecovery ( Vessel vessel ) : void

Method Details

GetHashString() protected méthode

protected GetHashString ( ) : string
Résultat string

GetTitle() protected méthode

protected GetTitle ( ) : string
Résultat string

OnAccept() public méthode

public OnAccept ( Contract contract ) : void
contract Contract
Résultat void

OnLoad() protected méthode

protected OnLoad ( ConfigNode node ) : void
node ConfigNode
Résultat void

OnRegister() protected méthode

protected OnRegister ( ) : void
Résultat void

OnSave() protected méthode

protected OnSave ( ConfigNode node ) : void
node ConfigNode
Résultat void

OnUnregister() protected méthode

protected OnUnregister ( ) : void
Résultat void

ReturnExperimentParameter() public méthode

public ReturnExperimentParameter ( ) : System
Résultat System