Table of Contents

Class FormActivity

Namespace: Casewhere.Models.Activities
Assembly: Casewhere.Models.dll

public class FormActivity : Activity, IViewableActivity

Inheritance

objectActivityFormActivity

Implements

IViewableActivity

Inherited Members

Activity.Id, Activity.ActivityDefinitionId, Activity.Name, Activity.SequenceNumber, Activity.ResultDetails, Activity.IsRequired, Activity.IsIncluded, Activity.IsComplete, Activity.Type, Activity.EventName, Activity.EnableAuditLog, 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<FormActivity>(FormActivity)

Constructors

FormActivity()

public FormActivity()

Properties

DOReference

public DOReference DOReference { get; set; }

Property Value

DOReference

DataCollectedDate

public DateTime? DataCollectedDate { get; set; }

Property Value

DateTime?

DataSavedDate

public DateTime? DataSavedDate { get; set; }

Property Value

DateTime?

IsDirty

public bool IsDirty { get; }

Property Value

bool

IsEditable

public bool IsEditable { get; set; }

Property Value

bool

IsTouched

public bool IsTouched { get; set; }

Property Value

bool

PostedData

public PostedData PostedData { get; set; }

Property Value

PostedData