C# Class JPB.DataAccess.EntityCreator.AutoConsole

ファイルを表示 Open project: JPVenson/DataAccess Class Usage Examples

Public Methods

Method Description
AutoConsole ( string path ) : System
GetNextOption ( ) : string
LoadStorage ( string path ) : void
SaveStorage ( string path ) : void
SetNextOption ( ) : string
SetNextOption ( string op ) : void

Method Details

AutoConsole() public method

public AutoConsole ( string path ) : System
path string
return System

GetNextOption() public method

public GetNextOption ( ) : string
return string

LoadStorage() public method

public LoadStorage ( string path ) : void
path string
return void

SaveStorage() public method

public SaveStorage ( string path ) : void
path string
return void

SetNextOption() public method

public SetNextOption ( ) : string
return string

SetNextOption() public method

public SetNextOption ( string op ) : void
op string
return void