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

Entity ProcessSubject
Datei anzeigen Open project: InFlowBPM/InFlow-BPMS

Private Properties

Property Type Description

Public Methods

Method Description
P_ProcessSubject ( ) : System

constructor

P_ProcessSubject ( string subjectName, bool canBeStarted, string wfName, int RoleId, bool multiSubject ) : System

constructor

Method Details

P_ProcessSubject() public method

constructor
public P_ProcessSubject ( ) : System
return System

P_ProcessSubject() public method

constructor
public P_ProcessSubject ( string subjectName, bool canBeStarted, string wfName, int RoleId, bool multiSubject ) : System
subjectName string name of the processsubject
canBeStarted bool this subjects can start the process?
wfName string Name of the workflow within workflow manager
RoleId int
multiSubject bool
return System