Click or drag to resize

DynamicFormData Constructor

Initializes a new instance of the DynamicFormData class

Namespace:  Casewhere.Runtime.DSL
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public DynamicFormData(
	IList<FormDataSourceObject> dataSourceObjects
)

Parameters

dataSourceObjects
Type: System.Collections.GenericIListFormDataSourceObject

[Missing <param name="dataSourceObjects"/> documentation for "M:Casewhere.Runtime.DSL.DynamicFormData.#ctor(System.Collections.Generic.IList{Casewhere.Worker.Domain.FormDataSourceObject})"]

See Also