Class FormComponentValidationContext
Namespace: Casewhere.Runtime.Models
Assembly: Casewhere.Runtime.dll
public class FormComponentValidationContext
Inheritance
object ← FormComponentValidationContext
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
ComponentName
public string ComponentName { get; set; }
Property Value
FormActivityDefinition
public FormActivityDefinition FormActivityDefinition { get; set; }
Property Value
FormActivityDefinition
WorkflowContext
public WorkflowContext WorkflowContext { get; set; }
Property Value
WorkflowContext