C# 클래스 WebApi.Controllers.ObjectController

상속: ApiController
파일 보기 프로젝트 열기: VelocityDB/VelocityDB

공개 메소드들

메소드 설명
Delete ( int id ) : void
Get ( string path, System.UInt64 id ) : string
Post ( [ value ) : void
Put ( int id, [ value ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( int id ) : void
id int
리턴 void

Get() 공개 메소드

public Get ( string path, System.UInt64 id ) : string
path string
id System.UInt64
리턴 string

Post() 공개 메소드

public Post ( [ value ) : void
value [
리턴 void

Put() 공개 메소드

public Put ( int id, [ value ) : void
id int
value [
리턴 void