C# 클래스 SEToolbox.Models.ResourceReportModel

상속: BaseModel
파일 보기 프로젝트 열기: midspace/SEToolbox 1 사용 예제들

공개 메소드들

메소드 설명
ClearProgress ( ) : void
GenerateOfflineReport ( ExplorerModel baseModel, string args ) : void

Command line driven method. /WR "Easy Start Report" "c:\temp\Easy Start Report.txt" /WR "C:\Users\%USERNAME%\AppData\Roaming\SpaceEngineersDedicated\Saves\Super Excellent Map\sandbox.sbc" "c:\temp\Super Excellent Map.txt" /WR "C:\Users\%USERNAME%\AppData\Roaming\SpaceEngineersDedicated\Saves\Super Excellent Map" "c:\temp\Super Excellent Map.txt" /WR "\\SERVER\Dedicated Saves\Super Excellent Map" "\\SERVER\Reports\Super Excellent Map.txt"

GenerateReport ( ) : void
IncrementProgress ( ) : void
Load ( string saveName, IList entities ) : void
ResetProgress ( double initial, double maximumProgress ) : void
ResourceReportModel ( ) : System
SetActiveStatus ( ) : void

비공개 메소드들

메소드 설명
CreateHtmlReport ( ) : string
CreateTextReport ( ) : string
CreateXmlReport ( ) : string
TallyItems ( MyObjectBuilderType tallyTypeId, string tallySubTypeId, Decimal amountDecimal, string contentPath, OreContent>.SortedDictionary accumulateOres, ComponentItemModel>.SortedDictionary accumulateItems, ComponentItemModel>.SortedDictionary accumulateComponents ) : void

메소드 상세

ClearProgress() 공개 메소드

public ClearProgress ( ) : void
리턴 void

GenerateOfflineReport() 공개 정적인 메소드

Command line driven method. /WR "Easy Start Report" "c:\temp\Easy Start Report.txt" /WR "C:\Users\%USERNAME%\AppData\Roaming\SpaceEngineersDedicated\Saves\Super Excellent Map\sandbox.sbc" "c:\temp\Super Excellent Map.txt" /WR "C:\Users\%USERNAME%\AppData\Roaming\SpaceEngineersDedicated\Saves\Super Excellent Map" "c:\temp\Super Excellent Map.txt" /WR "\\SERVER\Dedicated Saves\Super Excellent Map" "\\SERVER\Reports\Super Excellent Map.txt"
public static GenerateOfflineReport ( ExplorerModel baseModel, string args ) : void
baseModel ExplorerModel
args string
리턴 void

GenerateReport() 공개 메소드

public GenerateReport ( ) : void
리턴 void

IncrementProgress() 공개 메소드

public IncrementProgress ( ) : void
리턴 void

Load() 공개 메소드

public Load ( string saveName, IList entities ) : void
saveName string
entities IList
리턴 void

ResetProgress() 공개 메소드

public ResetProgress ( double initial, double maximumProgress ) : void
initial double
maximumProgress double
리턴 void

ResourceReportModel() 공개 메소드

public ResourceReportModel ( ) : System
리턴 System

SetActiveStatus() 공개 메소드

public SetActiveStatus ( ) : void
리턴 void