Show / Hide Table of Contents

Interface IWorkflowValidationRule

Workflow validation rule interface for addins

Namespace: Algenta.Colectica.Model.Workflow
Assembly: Algenta.Colectica.Model.dll
Syntax
public interface IWorkflowValidationRule

Properties

Name

Validation name

Declaration
MultilingualString Name { get; }
Property Value
Type Description
MultilingualString

Methods

SupportsItem(IVersionable, string)

Supports validating the item

Declaration
bool SupportsItem(IVersionable item, string targetStateToken)
Parameters
Type Name Description
IVersionable item
string targetStateToken
Returns
Type Description
bool

Validate(IVersionable, string)

Executes the item validation

Declaration
WorkflowValidationResult Validate(IVersionable item, string targetStateToken)
Parameters
Type Name Description
IVersionable item
string targetStateToken
Returns
Type Description
WorkflowValidationResult

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX