C# Class Ntreev.Library.Commands.Shell.Commands.StashCommand

Inheritance: SubCommandBase
Datei anzeigen Open project: NtreevSoft/CommandLineParser

Private Properties

Property Type Description
List void
Save void
Show void

Public Methods

Method Description
StashCommand ( ) : System

Protected Methods

Method Description
OnExecute ( ) : void

Private Methods

Method Description
List ( string options ) : void
Save ( string message ) : void
Show ( int value, int test ) : void

Method Details

OnExecute() protected method

protected OnExecute ( ) : void
return void

StashCommand() public method

public StashCommand ( ) : System
return System