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

Entity WorkflowInstance
Mostrar archivo Open project: InFlowBPM/InFlow-BPMS Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
P_WorkflowInstance ( ) : System

constructor

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

constructor

Method Details

P_WorkflowInstance() public method

constructor
public P_WorkflowInstance ( ) : System
return System

P_WorkflowInstance() public method

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