C# Class erminas.SmartAPI.CMS.Project.Pages.WorkflowInfo

Mostrar archivo Open project: erminas/smartapi

Public Properties

Property Type Description
EscalationTimeoutInHours int
IsEscalationProcedureSet bool
IsRejectionSkippable bool?
Notes IEnumerable
RejectionSkippability RejectionSkippableType
RejectionType Rejection
ReleaseName string
Releases IEnumerable
Workflow IWorkflow
WorkflowReactionTypeResponsibleForRejection ReleaseType

Public Methods

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

Method Details

WorkflowInfo() public method

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
return System

Property Details

EscalationTimeoutInHours public_oe property

public int EscalationTimeoutInHours
return int

IsEscalationProcedureSet public_oe property

public bool IsEscalationProcedureSet
return bool

IsRejectionSkippable public_oe property

public bool? IsRejectionSkippable
return bool?

Notes public_oe property

public IEnumerable Notes
return IEnumerable

RejectionSkippability public_oe property

public RejectionSkippableType RejectionSkippability
return RejectionSkippableType

RejectionType public_oe property

public Rejection RejectionType
return Rejection

ReleaseName public_oe property

public string ReleaseName
return string

Releases public_oe property

public IEnumerable Releases
return IEnumerable

Workflow public_oe property

public IWorkflow Workflow
return IWorkflow

WorkflowReactionTypeResponsibleForRejection public_oe property

public ReleaseType WorkflowReactionTypeResponsibleForRejection
return ReleaseType