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 ) : |
Method | Description | |
---|---|---|
Options ( ) : |
public GetWorkflowDetail ( int CompanyId, int workerId ) : IList |
||
CompanyId | int | |
workerId | int | |
return | IList |
public GetWorkflowDetail ( int CompanyId, int workerId, bool dueDate ) : IList |
||
CompanyId | int | |
workerId | int | |
dueDate | bool | |
return | IList |
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 |
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 |
public GetWorkflowDetail ( int workflowDetailId ) : |
||
workflowDetailId | int | |
return |