Table of Contents

Class FormActivityComponentData

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

public class FormActivityComponentData

Inheritance

objectFormActivityComponentData

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<FormActivityComponentData>(FormActivityComponentData)

Constructors

FormActivityComponentData()

public FormActivityComponentData()

Properties

ActivityId

public Guid ActivityId { get; set; }

Property Value

Guid

DataSourceObjectParameters

public IList<DataSourceObjectParameter> DataSourceObjectParameters { get; set; }

Property Value

IList<DataSourceObjectParameter>

SaveDraft

public bool SaveDraft { get; set; }

Property Value

bool

WorkflowId

public Guid WorkflowId { get; set; }

Property Value

Guid