Class FormActivityComponentData
Namespace: Casewhere.Runtime.Models
Assembly: Casewhere.Runtime.dll
public class FormActivityComponentData
Inheritance
object ← FormActivityComponentData
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
DataSourceObjectParameters
public IList<DataSourceObjectParameter> DataSourceObjectParameters { get; set; }
Property Value
IList<DataSourceObjectParameter>
SaveDraft
public bool SaveDraft { get; set; }
Property Value
WorkflowId
public Guid WorkflowId { get; set; }