Table of Contents

Class PostedData

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

public class PostedData

Inheritance

objectPostedData

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

Constructors

PostedData()

public PostedData()

Properties

Data

public JObject Data { get; set; }

Property Value

JObject

DataClass

public string DataClass { get; set; }

Property Value

string