C# 클래스 strICT.InFlow.Db.Contracts.InFlow.P_ProcessSubject

Entity ProcessSubject
파일 보기 프로젝트 열기: InFlowBPM/InFlow-BPMS

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