Table of Contents

Class DynamicInputParameter

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

public class DynamicInputParameter

Inheritance

objectDynamicInputParameter

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

Constructors

DynamicInputParameter()

public DynamicInputParameter()

Properties

Key

public string Key { get; set; }

Property Value

string

Value

public string Value { get; set; }

Property Value

string