C# 클래스 StationScience.Contracts.Parameters.ReturnExperimentParameter

상속: ContractParameter
파일 보기 프로젝트 열기: tomforwood/StationScience

공개 메소드들

메소드 설명
OnAccept ( Contract contract ) : void
ReturnExperimentParameter ( ) : System

보호된 메소드들

메소드 설명
GetHashString ( ) : string
GetTitle ( ) : string
OnLoad ( ConfigNode node ) : void
OnRegister ( ) : void
OnSave ( ConfigNode node ) : void
OnUnregister ( ) : void

비공개 메소드들

메소드 설명
OnRecovered ( ProtoVessel pv, bool dummy ) : void
OnRecovery ( Vessel vessel ) : void

메소드 상세

GetHashString() 보호된 메소드

protected GetHashString ( ) : string
리턴 string

GetTitle() 보호된 메소드

protected GetTitle ( ) : string
리턴 string

OnAccept() 공개 메소드

public OnAccept ( Contract contract ) : void
contract Contract
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( ConfigNode node ) : void
node ConfigNode
리턴 void

OnRegister() 보호된 메소드

protected OnRegister ( ) : void
리턴 void

OnSave() 보호된 메소드

protected OnSave ( ConfigNode node ) : void
node ConfigNode
리턴 void

OnUnregister() 보호된 메소드

protected OnUnregister ( ) : void
리턴 void

ReturnExperimentParameter() 공개 메소드

public ReturnExperimentParameter ( ) : System
리턴 System