Show / Hide Table of Contents

Class WorkflowValidationResult

Result of a workflow validation rule

Inheritance
object
WorkflowValidationResult
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Workflow
Assembly: Algenta.Colectica.Model.dll
Syntax
public class WorkflowValidationResult

Properties

IsValid

Was the validation successful

Declaration
public bool IsValid { get; set; }
Property Value
Type Description
bool

Message

A message detailing the validation result

Declaration
public MultilingualString Message { get; set; }
Property Value
Type Description
MultilingualString

Extension Methods

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