C# Class WebApi.Controllers.ObjectController

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

Public Methods

Method Description
Delete ( int id ) : void
Get ( string path, System.UInt64 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

public Get ( string path, System.UInt64 id ) : string
path string
id System.UInt64
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