FormSubmittedDataObject Class

Form submitted data object for simulating.

Definition

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public class FormSubmittedDataObject
Inheritance
Object    FormSubmittedDataObject

Properties

Data Simulating data object.
EncryptedPaths Paths for protected data.
Id Simulating data object Id.
Name Data class name.

Methods

Create(String, Object) Use this method to construct Data Source Object for insert
Create(String, Object, IListString) Use this method to construct Data Source Object for insert
Create(String, String, Object) Use this method to construct Data Source Object for update
Create(String, String, Object, IListString) Use this method to construct Data Source Object for update

See Also