C# 클래스 CoyoteMoves.Controllers.RequestFormController

상속: ApiController
파일 보기 프로젝트 열기: jakemmarsh/coyote-moves 1 사용 예제들

공개 메소드들

메소드 설명
GetAllDepartments ( ) : List
GetAllGroups ( ) : List
GetAllJobTitles ( ) : List
GetIDFromName ( string name ) : int
SendChangeRequest ( Newtonsoft.Json.Linq.JObject json ) : HttpResponseMessage
UpdateDataSourcesWithApprovedChanges ( ) : void
makeRequestForm ( Newtonsoft.Json.Linq.JObject json ) : RequestForm

메소드 상세

GetAllDepartments() 공개 메소드

public GetAllDepartments ( ) : List
리턴 List

GetAllGroups() 공개 메소드

public GetAllGroups ( ) : List
리턴 List

GetAllJobTitles() 공개 메소드

public GetAllJobTitles ( ) : List
리턴 List

GetIDFromName() 공개 메소드

public GetIDFromName ( string name ) : int
name string
리턴 int

SendChangeRequest() 공개 메소드

public SendChangeRequest ( Newtonsoft.Json.Linq.JObject json ) : HttpResponseMessage
json Newtonsoft.Json.Linq.JObject
리턴 System.Net.Http.HttpResponseMessage

UpdateDataSourcesWithApprovedChanges() 공개 메소드

public UpdateDataSourcesWithApprovedChanges ( ) : void
리턴 void

makeRequestForm() 공개 메소드

public makeRequestForm ( Newtonsoft.Json.Linq.JObject json ) : RequestForm
json Newtonsoft.Json.Linq.JObject
리턴 CoyoteMoves.Models.RequestItems.RequestForm