C# Class HBS.WebApi.Controllers.WorkflowDetailController

Inheritance: ApiController
Afficher le fichier Open project: heartbeatservice/HeartbeatServiceSolution

Méthodes publiques

Méthode Description
GetWorkflowDetail ( int CompanyId, int workerId ) : IList
GetWorkflowDetail ( int CompanyId, int workerId, bool dueDate ) : IList
GetWorkflowDetail ( int CompanyId, int ownerId, int workerId, int statusId, int categoryId ) : IList
GetWorkflowDetail ( int CompanyId, int ownerId, int workerId, int statusId, int categoryId, System.DateTime dueDate ) : IList
GetWorkflowDetail ( int workflowDetailId ) : Workflow

Private Methods

Méthode Description
Options ( ) : HttpResponseMessage

Method Details

GetWorkflowDetail() public méthode

public GetWorkflowDetail ( int CompanyId, int workerId ) : IList
CompanyId int
workerId int
Résultat IList

GetWorkflowDetail() public méthode

public GetWorkflowDetail ( int CompanyId, int workerId, bool dueDate ) : IList
CompanyId int
workerId int
dueDate bool
Résultat IList

GetWorkflowDetail() public méthode

public GetWorkflowDetail ( int CompanyId, int ownerId, int workerId, int statusId, int categoryId ) : IList
CompanyId int
ownerId int
workerId int
statusId int
categoryId int
Résultat IList

GetWorkflowDetail() public méthode

public GetWorkflowDetail ( int CompanyId, int ownerId, int workerId, int statusId, int categoryId, System.DateTime dueDate ) : IList
CompanyId int
ownerId int
workerId int
statusId int
categoryId int
dueDate System.DateTime
Résultat IList

GetWorkflowDetail() public méthode

public GetWorkflowDetail ( int workflowDetailId ) : Workflow
workflowDetailId int
Résultat HBS.Entities.Workflow