C# Class WebApi.Controllers.DatabaseController

Inheritance: ApiController
ファイルを表示 Open project: VelocityDB/VelocityDB

Public Methods

Method Description
Delete ( int id ) : void
Get ( string path ) : IEnumerable

Get a list of all Database used.

Get ( string path, UInt32 id ) : string
Post ( [ value ) : void
Put ( int id, [ value ) : void

Method Details

Delete() public method

public Delete ( int id ) : void
id int
return void

Get() public method

Get a list of all Database used.
public Get ( string path ) : IEnumerable
path string Path to database directory on server relative to server setting
return IEnumerable

Get() public method

public Get ( string path, UInt32 id ) : string
path string
id System.UInt32
return string

Post() public method

public Post ( [ value ) : void
value [
return void

Put() public method

public Put ( int id, [ value ) : void
id int
value [
return void