C# Class CoyoteMoves.Controllers.RequestFormController

Inheritance: ApiController
Afficher le fichier Open project: jakemmarsh/coyote-moves Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

GetAllDepartments() public méthode

public GetAllDepartments ( ) : List
Résultat List

GetAllGroups() public méthode

public GetAllGroups ( ) : List
Résultat List

GetAllJobTitles() public méthode

public GetAllJobTitles ( ) : List
Résultat List

GetIDFromName() public méthode

public GetIDFromName ( string name ) : int
name string
Résultat int

SendChangeRequest() public méthode

public SendChangeRequest ( Newtonsoft.Json.Linq.JObject json ) : HttpResponseMessage
json Newtonsoft.Json.Linq.JObject
Résultat System.Net.Http.HttpResponseMessage

UpdateDataSourcesWithApprovedChanges() public méthode

public UpdateDataSourcesWithApprovedChanges ( ) : void
Résultat void

makeRequestForm() public méthode

public makeRequestForm ( Newtonsoft.Json.Linq.JObject json ) : RequestForm
json Newtonsoft.Json.Linq.JObject
Résultat CoyoteMoves.Models.RequestItems.RequestForm