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

Entity ProcessSubject
Afficher le fichier Open project: InFlowBPM/InFlow-BPMS

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
P_ProcessSubject ( ) : System

constructor

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

constructor

Method Details

P_ProcessSubject() public méthode

constructor
public P_ProcessSubject ( ) : System
Résultat System

P_ProcessSubject() public méthode

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
Résultat System