C# Класс strICT.InFlow.Db.Contracts.InFlow.P_ProcessSubject

Entity ProcessSubject
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
P_ProcessSubject ( ) : System

constructor

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

constructor

Описание методов

P_ProcessSubject() публичный Метод

constructor
public P_ProcessSubject ( ) : System
Результат System

P_ProcessSubject() публичный Метод

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
Результат System