C# 클래스 HBS.WebApi.Controllers.WorkflowDetailController

상속: ApiController
파일 보기 프로젝트 열기: heartbeatservice/HeartbeatServiceSolution

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Options ( ) : HttpResponseMessage

메소드 상세

GetWorkflowDetail() 공개 메소드

public GetWorkflowDetail ( int CompanyId, int workerId ) : IList
CompanyId int
workerId int
리턴 IList

GetWorkflowDetail() 공개 메소드

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

GetWorkflowDetail() 공개 메소드

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

GetWorkflowDetail() 공개 메소드

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
리턴 IList

GetWorkflowDetail() 공개 메소드

public GetWorkflowDetail ( int workflowDetailId ) : Workflow
workflowDetailId int
리턴 HBS.Entities.Workflow