C# 클래스 WorldSurveyKit.Controllers.FileInstancesController

상속: ApiController
파일 보기 프로젝트 열기: ntheile/World-Survey-Kit

공개 메소드들

메소드 설명
DeleteNewFileInstance ( int id ) : HttpResponseMessage

Deletes the file instance that is passed in by id

GetNewFileInstance ( int id ) : NewFileInstance

Gets the FileInstance by ID

GetNewFileInstances ( ) : IEnumerable

GET's all file instances that belong to the user

PostNewFileInstance ( NewFileInstance newfileinstance ) : HttpResponseMessage

Creates a new file instance for the user, if the user has access to the file

PutNewFileInstance ( int id, Delta newfileinstance ) : HttpResponseMessage

Updates the file instance that is passed in by id

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

DeleteNewFileInstance() 공개 메소드

Deletes the file instance that is passed in by id
public DeleteNewFileInstance ( int id ) : HttpResponseMessage
id int
리턴 System.Net.Http.HttpResponseMessage

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetNewFileInstance() 공개 메소드

Gets the FileInstance by ID
public GetNewFileInstance ( int id ) : NewFileInstance
id int
리턴 WorldSurveyKit.Models.NewFileInstance

GetNewFileInstances() 공개 메소드

GET's all file instances that belong to the user
public GetNewFileInstances ( ) : IEnumerable
리턴 IEnumerable

PostNewFileInstance() 공개 메소드

Creates a new file instance for the user, if the user has access to the file
public PostNewFileInstance ( NewFileInstance newfileinstance ) : HttpResponseMessage
newfileinstance WorldSurveyKit.Models.NewFileInstance
리턴 System.Net.Http.HttpResponseMessage

PutNewFileInstance() 공개 메소드

Updates the file instance that is passed in by id
public PutNewFileInstance ( int id, Delta newfileinstance ) : HttpResponseMessage
id int
newfileinstance Delta
리턴 System.Net.Http.HttpResponseMessage