C# 클래스 Dwarrowdelf.Jobs.AssignmentGroups.AssignmentGroup

상속: IAssignment, IJobObserver
파일 보기 프로젝트 열기: tomba/dwarrowdelf

Private Properties

프로퍼티 타입 설명
D void
IJobObserver void

공개 메소드들

메소드 설명
Abort ( ) : void
ActionDone ( ActionState actionStatus ) : JobStatus
ActionProgress ( ) : JobStatus
Assign ( ILivingObject worker ) : void
PrepareNextAction ( ) : JobStatus

보호된 메소드들

메소드 설명
AssignOverride ( ILivingObject worker ) : void
AssignmentGroup ( IJobObserver parent ) : System
AssignmentGroup ( SaveGameContext ctx ) : System
Notify ( string propertyName ) : void
OnAssignmentAborted ( ) : void
OnAssignmentDone ( ) : void
OnAssignmentFailed ( ) : void
OnStatusChanged ( JobStatus status ) : void
PrepareNextAssignment ( ) : IAssignment
SetStatus ( JobStatus status ) : void

비공개 메소드들

메소드 설명
D ( string format ) : void
IJobObserver ( IJob job, JobStatus status ) : void

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

ActionDone() 공개 메소드

public ActionDone ( ActionState actionStatus ) : JobStatus
actionStatus ActionState
리턴 JobStatus

ActionProgress() 공개 메소드

public ActionProgress ( ) : JobStatus
리턴 JobStatus

Assign() 공개 메소드

public Assign ( ILivingObject worker ) : void
worker ILivingObject
리턴 void

AssignOverride() 보호된 메소드

protected AssignOverride ( ILivingObject worker ) : void
worker ILivingObject
리턴 void

AssignmentGroup() 보호된 메소드

protected AssignmentGroup ( IJobObserver parent ) : System
parent IJobObserver
리턴 System

AssignmentGroup() 보호된 메소드

protected AssignmentGroup ( SaveGameContext ctx ) : System
ctx SaveGameContext
리턴 System

Notify() 보호된 메소드

protected Notify ( string propertyName ) : void
propertyName string
리턴 void

OnAssignmentAborted() 보호된 메소드

protected OnAssignmentAborted ( ) : void
리턴 void

OnAssignmentDone() 보호된 메소드

protected OnAssignmentDone ( ) : void
리턴 void

OnAssignmentFailed() 보호된 메소드

protected OnAssignmentFailed ( ) : void
리턴 void

OnStatusChanged() 보호된 메소드

protected OnStatusChanged ( JobStatus status ) : void
status JobStatus
리턴 void

PrepareNextAction() 공개 메소드

public PrepareNextAction ( ) : JobStatus
리턴 JobStatus

PrepareNextAssignment() 보호된 추상적인 메소드

protected abstract PrepareNextAssignment ( ) : IAssignment
리턴 IAssignment

SetStatus() 보호된 메소드

protected SetStatus ( JobStatus status ) : void
status JobStatus
리턴 void