C# 클래스 AssetManager.Controllers.ChargesController

상속: RavenAPIController
파일 보기 프로젝트 열기: hoonzis/CPKnockoutRavenDB 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( int id, int assetID ) : object
GetResponse ( Charge charge, Asset asset, bool creation ) : Object
Post ( Charge value, int assetID ) : Object

Create a new charge and store in the DB POST api/charges

Put ( Charge value, int assetID ) : Object

Update existing charge in the database PUT api/charges/5

메소드 상세

Delete() 공개 메소드

public Delete ( int id, int assetID ) : object
id int
assetID int
리턴 object

GetResponse() 공개 메소드

public GetResponse ( Charge charge, Asset asset, bool creation ) : Object
charge AssetManager.Model.Charge
asset AssetManager.Model.Asset
creation bool
리턴 Object

Post() 공개 메소드

Create a new charge and store in the DB POST api/charges
public Post ( Charge value, int assetID ) : Object
value AssetManager.Model.Charge
assetID int
리턴 Object

Put() 공개 메소드

Update existing charge in the database PUT api/charges/5
public Put ( Charge value, int assetID ) : Object
value AssetManager.Model.Charge
assetID int
리턴 Object