C# 클래스 erminas.SmartAPI.CMS.Project.Pages.WorkflowInfo

파일 보기 프로젝트 열기: erminas/smartapi

공개 프로퍼티들

프로퍼티 타입 설명
EscalationTimeoutInHours int
IsEscalationProcedureSet bool
IsRejectionSkippable bool?
Notes IEnumerable
RejectionSkippability RejectionSkippableType
RejectionType Rejection
ReleaseName string
Releases IEnumerable
Workflow IWorkflow
WorkflowReactionTypeResponsibleForRejection ReleaseType

공개 메소드들

메소드 설명
WorkflowInfo ( IWorkflow workflow, IEnumerable releases, string releaseName, Rejection rejectionType, ReleaseType workflowReactionTypeResponsibleForRejection, RejectionSkippableType rejectionSkippability, int escalationTimeoutInHours, IEnumerable notes ) : System

메소드 상세

WorkflowInfo() 공개 메소드

public WorkflowInfo ( IWorkflow workflow, IEnumerable releases, string releaseName, Rejection rejectionType, ReleaseType workflowReactionTypeResponsibleForRejection, RejectionSkippableType rejectionSkippability, int escalationTimeoutInHours, IEnumerable notes ) : System
workflow IWorkflow
releases IEnumerable
releaseName string
rejectionType Rejection
workflowReactionTypeResponsibleForRejection ReleaseType
rejectionSkippability RejectionSkippableType
escalationTimeoutInHours int
notes IEnumerable
리턴 System

프로퍼티 상세

EscalationTimeoutInHours 공개적으로 프로퍼티

public int EscalationTimeoutInHours
리턴 int

IsEscalationProcedureSet 공개적으로 프로퍼티

public bool IsEscalationProcedureSet
리턴 bool

IsRejectionSkippable 공개적으로 프로퍼티

public bool? IsRejectionSkippable
리턴 bool?

Notes 공개적으로 프로퍼티

public IEnumerable Notes
리턴 IEnumerable

RejectionSkippability 공개적으로 프로퍼티

public RejectionSkippableType RejectionSkippability
리턴 RejectionSkippableType

RejectionType 공개적으로 프로퍼티

public Rejection RejectionType
리턴 Rejection

ReleaseName 공개적으로 프로퍼티

public string ReleaseName
리턴 string

Releases 공개적으로 프로퍼티

public IEnumerable Releases
리턴 IEnumerable

Workflow 공개적으로 프로퍼티

public IWorkflow Workflow
리턴 IWorkflow

WorkflowReactionTypeResponsibleForRejection 공개적으로 프로퍼티

public ReleaseType WorkflowReactionTypeResponsibleForRejection
리턴 ReleaseType