C# Class HBS.WebApi.Controllers.WorkflowDetailController

Inheritance: ApiController
ファイルを表示 Open project: heartbeatservice/HeartbeatServiceSolution

Public Methods

Method 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

Method Description
Options ( ) : HttpResponseMessage

Method Details

GetWorkflowDetail() public method

public GetWorkflowDetail ( int CompanyId, int workerId ) : IList
CompanyId int
workerId int
return IList

GetWorkflowDetail() public method

public GetWorkflowDetail ( int CompanyId, int workerId, bool dueDate ) : IList
CompanyId int
workerId int
dueDate bool
return IList

GetWorkflowDetail() public method

public GetWorkflowDetail ( int CompanyId, int ownerId, int workerId, int statusId, int categoryId ) : IList
CompanyId int
ownerId int
workerId int
statusId int
categoryId int
return IList

GetWorkflowDetail() public method

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
return IList

GetWorkflowDetail() public method

public GetWorkflowDetail ( int workflowDetailId ) : Workflow
workflowDetailId int
return HBS.Entities.Workflow