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

상속: ContractParameter, PartRelated, BodyRelated
파일 보기 프로젝트 열기: tomforwood/StationScience 1 사용 예제들

공개 메소드들

메소드 설명
Complete ( ) : void
GetBody ( ) : CelestialBody
GetPartType ( ) : AvailablePart
StnSciParameter ( ) : System
StnSciParameter ( AvailablePart type, CelestialBody body ) : System
getExperimentType ( ContractParameter o ) : AvailablePart
getTargetBody ( ContractParameter o ) : CelestialBody

보호된 메소드들

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

비공개 메소드들

메소드 설명
SetExperiment ( string exp ) : bool
SetTarget ( string planet ) : bool

메소드 상세

Complete() 공개 메소드

public Complete ( ) : void
리턴 void

GetBody() 공개 메소드

public GetBody ( ) : CelestialBody
리턴 CelestialBody

GetHashString() 보호된 메소드

protected GetHashString ( ) : string
리턴 string

GetNotes() 보호된 메소드

protected GetNotes ( ) : string
리턴 string

GetPartType() 공개 메소드

public GetPartType ( ) : AvailablePart
리턴 AvailablePart

GetTitle() 보호된 메소드

protected GetTitle ( ) : string
리턴 string

OnLoad() 보호된 메소드

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

OnSave() 보호된 메소드

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

StnSciParameter() 공개 메소드

public StnSciParameter ( ) : System
리턴 System

StnSciParameter() 공개 메소드

public StnSciParameter ( AvailablePart type, CelestialBody body ) : System
type AvailablePart
body CelestialBody
리턴 System

getExperimentType() 정적인 공개 메소드

static public getExperimentType ( ContractParameter o ) : AvailablePart
o ContractParameter
리턴 AvailablePart

getTargetBody() 정적인 공개 메소드

static public getTargetBody ( ContractParameter o ) : CelestialBody
o ContractParameter
리턴 CelestialBody