C# Class strICT.InFlow.Db.Contracts.InFlow.P_WorkflowInstance

Entity WorkflowInstance
Afficher le fichier Open project: InFlowBPM/InFlow-BPMS Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
P_WorkflowInstance ( ) : System

constructor

P_WorkflowInstance ( string processInstanceId, string guid, int processSubjectId, string owner ) : System

constructor

Method Details

P_WorkflowInstance() public méthode

constructor
public P_WorkflowInstance ( ) : System
Résultat System

P_WorkflowInstance() public méthode

constructor
public P_WorkflowInstance ( string processInstanceId, string guid, int processSubjectId, string owner ) : System
processInstanceId string
guid string workflow instance id
processSubjectId int
owner string
Résultat System