Table of Contents

Class QueryParameter

Namespace: Casewhere.Models.Pages.Actions
Assembly: Casewhere.Models.dll

public class QueryParameter

Inheritance

objectQueryParameter

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

Constructors

QueryParameter()

public QueryParameter()

Properties

Key

public string Key { get; set; }

Property Value

string

Value

public string Value { get; set; }

Property Value

string