C# Class StationScience.Contracts.Parameters.ReturnExperimentParameter

Inheritance: ContractParameter
Mostrar archivo Open project: tomforwood/StationScience

Public Methods

Method Description
OnAccept ( Contract contract ) : void
ReturnExperimentParameter ( ) : System

Protected Methods

Method Description
GetHashString ( ) : string
GetTitle ( ) : string
OnLoad ( ConfigNode node ) : void
OnRegister ( ) : void
OnSave ( ConfigNode node ) : void
OnUnregister ( ) : void

Private Methods

Method Description
OnRecovered ( ProtoVessel pv, bool dummy ) : void
OnRecovery ( Vessel vessel ) : void

Method Details

GetHashString() protected method

protected GetHashString ( ) : string
return string

GetTitle() protected method

protected GetTitle ( ) : string
return string

OnAccept() public method

public OnAccept ( Contract contract ) : void
contract Contract
return void

OnLoad() protected method

protected OnLoad ( ConfigNode node ) : void
node ConfigNode
return void

OnRegister() protected method

protected OnRegister ( ) : void
return void

OnSave() protected method

protected OnSave ( ConfigNode node ) : void
node ConfigNode
return void

OnUnregister() protected method

protected OnUnregister ( ) : void
return void

ReturnExperimentParameter() public method

public ReturnExperimentParameter ( ) : System
return System