Table of Contents

Class FormComponentValidationContext

Namespace: Casewhere.Runtime.Models
Assembly: Casewhere.Runtime.dll

public class FormComponentValidationContext

Inheritance

objectFormComponentValidationContext

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<FormComponentValidationContext>(FormComponentValidationContext)

Constructors

FormComponentValidationContext()

public FormComponentValidationContext()

Properties

ComponentData

public FormActivityComponentData ComponentData { get; set; }

Property Value

FormActivityComponentData

ComponentName

public string ComponentName { get; set; }

Property Value

string

FormActivityDefinition

public FormActivityDefinition FormActivityDefinition { get; set; }

Property Value

FormActivityDefinition

WorkflowContext

public WorkflowContext WorkflowContext { get; set; }

Property Value

WorkflowContext