C# Class Dwarrowdelf.Jobs.AssignmentGroups.MoveInstallItemAssignment

Inheritance: AssignmentGroup
Datei anzeigen Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

Method Description
MoveInstallItemAssignment ( IJobObserver parent, IItemObject item, InstallMode mode ) : System
ToString ( ) : string

Protected Methods

Method Description
OnAssignmentDone ( ) : void
OnStatusChanged ( JobStatus status ) : void
PrepareNextAssignment ( ) : IAssignment

Private Methods

Method Description
MoveInstallItemAssignment ( SaveGameContext ctx ) : System

Method Details

MoveInstallItemAssignment() public method

public MoveInstallItemAssignment ( IJobObserver parent, IItemObject item, InstallMode mode ) : System
parent IJobObserver
item IItemObject
mode InstallMode
return System

OnAssignmentDone() protected method

protected OnAssignmentDone ( ) : void
return void

OnStatusChanged() protected method

protected OnStatusChanged ( JobStatus status ) : void
status JobStatus
return void

PrepareNextAssignment() protected method

protected PrepareNextAssignment ( ) : IAssignment
return IAssignment

ToString() public method

public ToString ( ) : string
return string