C# Class AcManager.Tools.ArgumentsHandler

Show file Open project: gro-ove/actools Class Usage Examples

Public Methods

Method Description
ProcessArgument ( string argument ) : Task
ProcessGoogleSpreadsheetsLocale ( string id, [ locale, bool around ) : Task
ProcessReplay ( string url, bool compressed ) : Task
ProcessRsrEvent ( string id ) : Task
ProcessRsrSetup ( string id ) : Task
ProgressRaceOnline ( NameValueCollection p ) : Task

Private Methods

Method Description
LoadRemoveFile ( string argument, string name = null, string extension = null ) : Task
LoadRemoveFileTo ( string argument, string destination ) : Task
ProcessInputFile ( string filename ) : Task
ProcessShared ( string id ) : Task
ProcessUriRequest ( string uri ) : Task
ProcessUriRequestObsolete ( string request ) : Task
ShowDialog ( SharedEntry shared, string additionalButton = null, bool saveable = true, bool applyable = true, bool appliableWithoutSaving = true ) : Choise

Shows dialog with all information about shared entry and offers a choise to user what to do with it.

Method Details

ProcessArgument() public method

public ProcessArgument ( string argument ) : Task
argument string
return Task

ProcessGoogleSpreadsheetsLocale() public method

public ProcessGoogleSpreadsheetsLocale ( string id, [ locale, bool around ) : Task
id string
locale [
around bool
return Task

ProcessReplay() public method

public ProcessReplay ( string url, bool compressed ) : Task
url string
compressed bool
return Task

ProcessRsrEvent() public method

public ProcessRsrEvent ( string id ) : Task
id string
return Task

ProcessRsrSetup() public method

public ProcessRsrSetup ( string id ) : Task
id string
return Task

ProgressRaceOnline() public method

public ProgressRaceOnline ( NameValueCollection p ) : Task
p System.Collections.Specialized.NameValueCollection
return Task