Table of Contents

Class OutputWrapper

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

public class OutputWrapper

Inheritance

objectOutputWrapper

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

Constructors

OutputWrapper()

public OutputWrapper()

OutputWrapper(object)

public OutputWrapper(object output)

Parameters

output object

Properties

Source

public string Source { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string

Methods

GetOutputObject()

public object GetOutputObject()

Returns

object

Serialize()

public string Serialize()

Returns

string