C# Class WebApi.Controllers.DatabaseController

Inheritance: ApiController
Afficher le fichier Open project: VelocityDB/VelocityDB

Méthodes publiques

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

public Delete ( int id ) : void
id int
Résultat void

Get() public méthode

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

Get() public méthode

public Get ( string path, UInt32 id ) : string
path string
id System.UInt32
Résultat string

Post() public méthode

public Post ( [ value ) : void
value [
Résultat void

Put() public méthode

public Put ( int id, [ value ) : void
id int
value [
Résultat void