C# 클래스 RemoteTech.FlightComputer.PartActionCommand

상속: RemoteTech.FlightComputer.Commands.AbstractCommand
파일 보기 프로젝트 열기: RemoteTechnologiesGroup/RemoteTech

공개 프로퍼티들

프로퍼티 타입 설명
BaseField BaseField
NewValue object
NewValueString string

공개 메소드들

메소드 설명
Field ( BaseField baseField, object newValue ) : PartActionCommand
Load ( ConfigNode n, FlightComputer fc ) : bool

Load infos into this object and create a new BaseEvent

Pop ( FlightComputer f ) : bool
Save ( ConfigNode n, FlightComputer fc ) : void

Save the BaseEvent to the persistent

메소드 상세

Field() 공개 정적인 메소드

public static Field ( BaseField baseField, object newValue ) : PartActionCommand
baseField BaseField
newValue object
리턴 PartActionCommand

Load() 공개 메소드

Load infos into this object and create a new BaseEvent
public Load ( ConfigNode n, FlightComputer fc ) : bool
n System.ConfigNode
fc FlightComputer
리턴 bool

Pop() 공개 메소드

public Pop ( FlightComputer f ) : bool
f FlightComputer
리턴 bool

Save() 공개 메소드

Save the BaseEvent to the persistent
public Save ( ConfigNode n, FlightComputer fc ) : void
n System.ConfigNode
fc FlightComputer
리턴 void

프로퍼티 상세

BaseField 공개적으로 프로퍼티

public BaseField BaseField
리턴 BaseField

NewValue 공개적으로 프로퍼티

public object NewValue
리턴 object

NewValueString 공개적으로 프로퍼티

public string NewValueString
리턴 string