C# Class SEToolbox.Models.ResourceReportModel

Inheritance: BaseModel
Afficher le fichier Open project: midspace/SEToolbox Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

ClearProgress() public méthode

public ClearProgress ( ) : void
Résultat void

GenerateOfflineReport() public static méthode

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
Résultat void

GenerateReport() public méthode

public GenerateReport ( ) : void
Résultat void

IncrementProgress() public méthode

public IncrementProgress ( ) : void
Résultat void

Load() public méthode

public Load ( string saveName, IList entities ) : void
saveName string
entities IList
Résultat void

ResetProgress() public méthode

public ResetProgress ( double initial, double maximumProgress ) : void
initial double
maximumProgress double
Résultat void

ResourceReportModel() public méthode

public ResourceReportModel ( ) : System
Résultat System

SetActiveStatus() public méthode

public SetActiveStatus ( ) : void
Résultat void