Click or drag to resize

CasewhereClaim Constructor

Initializes a new instance of the CasewhereClaim class

Namespace:  Casewhere.Common
Assembly:  Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public CasewhereClaim(
	string type,
	string value
)

Parameters

type
Type: SystemString

[Missing <param name="type"/> documentation for "M:Casewhere.Common.CasewhereClaim.#ctor(System.String,System.String)"]

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:Casewhere.Common.CasewhereClaim.#ctor(System.String,System.String)"]

See Also