Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) IWorkFlowRepository.GetById示例
编程语言:
C# (CSharp)
类/类型:
IWorkFlowRepository
方法/功能:
GetById
hotexamples.com的示例:
1
C# (CSharp) IWorkFlowRepository.GetById - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IWorkFlowRepository.GetById
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
Add(2)
FindById(2)
Approval(2)
GetMasterWorkFlowById(2)
Delete(2)
Query(2)
GetById(1)
GetByName(1)
GetSISEAge(1)
GetSISEAne(1)
GetSISECob(1)
GetSISEDetalle(1)
GetSISEInc(1)
GetSISEObs(1)
GetSISETransporte(1)
GetSISEPol(1)
GetAttributeListByActivityId(1)
GetWorkFlowDetailsForTreeViewByActivityId(1)
GetWorkFlowTreeViewByActivityId(1)
GetallStatus(1)
Insert(1)
QueryPaged(1)
SaveStatusDetails(1)
SaveWorkConditionalOperatorDetails(1)
GetBeneficiario(1)
GetAllWorkFlowName(1)
GetAllWorkFlowNameList(1)
EditWorkFlowPermission(1)
CheckPermissionRole(1)
Create(1)
CreateNewWorkFlow(1)
DeleteById(1)
DeleteConditionalOperator(1)
DeleteMany(1)
DeleteWorkFlowInformation(1)
EditWorkFlowInformationById(1)
Find(1)
AddWorkFlowDetails(1)
FindWorkFlow(1)
FindWorkFlows(1)
Get(1)
GetAll(1)
GetAllActivityList(1)
GetAllBoolenOperatorListByActivityId(1)
GetAllMasterWorkFlow(1)
GetAllWorkFlowAcionList(1)
GetAllWorkFlowList(1)
SaveWorkFlowActionDetails(1)
常用方法
Add (2)
FindById (2)
Approval (2)
GetMasterWorkFlowById (2)
Delete (2)
Query (2)
GetById (1)
GetByName (1)
GetSISEAge (1)
GetSISEAne (1)
常用方法
GetSISECob (1)
GetSISEDetalle (1)
GetSISEInc (1)
GetSISEObs (1)
GetSISETransporte (1)
GetSISEPol (1)
GetAttributeListByActivityId (1)
GetWorkFlowDetailsForTreeViewByActivityId (1)
GetWorkFlowTreeViewByActivityId (1)
GetallStatus (1)
Insert (1)
QueryPaged (1)
SaveStatusDetails (1)
SaveWorkConditionalOperatorDetails (1)
GetBeneficiario (1)
GetAllWorkFlowName (1)
GetAllWorkFlowNameList (1)
EditWorkFlowPermission (1)
CheckPermissionRole (1)
Create (1)
常用方法
Insert (1)
QueryPaged (1)
SaveStatusDetails (1)
SaveWorkConditionalOperatorDetails (1)
GetBeneficiario (1)
GetAllWorkFlowName (1)
GetAllWorkFlowNameList (1)
EditWorkFlowPermission (1)
CheckPermissionRole (1)
Create (1)
CreateNewWorkFlow (1)
DeleteById (1)
DeleteConditionalOperator (1)
DeleteMany (1)
DeleteWorkFlowInformation (1)
EditWorkFlowInformationById (1)
Find (1)
AddWorkFlowDetails (1)
FindWorkFlow (1)
FindWorkFlows (1)
Get (1)
GetAll (1)
GetAllActivityList (1)
GetAllBoolenOperatorListByActivityId (1)
GetAllMasterWorkFlow (1)
GetAllWorkFlowAcionList (1)
GetAllWorkFlowList (1)
SaveWorkFlowActionDetails (1)
常用方法
CreateNewWorkFlow (1)
DeleteById (1)
DeleteConditionalOperator (1)
DeleteMany (1)
DeleteWorkFlowInformation (1)
EditWorkFlowInformationById (1)
Find (1)
AddWorkFlowDetails (1)
FindWorkFlow (1)
FindWorkFlows (1)
Get (1)
GetAll (1)
GetAllActivityList (1)
GetAllBoolenOperatorListByActivityId (1)
GetAllMasterWorkFlow (1)
GetAllWorkFlowAcionList (1)
GetAllWorkFlowList (1)
SaveWorkFlowActionDetails (1)
示例#1
0
显示文件
文件:
WorkFlowService.cs
项目:
japanesevirus/Capstone
public WorkFlow GetByID(Guid ID) { return(_workFlowRepository.GetById(ID)); }
x