FormSubmittedDataObject Class |
Namespace: Casewhere.Runtime.DSL.Api
public class FormSubmittedDataObject
The FormSubmittedDataObject type exposes the following members.
Name | Description | |
---|---|---|
Data |
Simulating data object.
| |
EncryptedPaths |
Paths for protected data.
| |
Id |
Simulating data object Id.
| |
Name |
Data class name.
|
Name | Description | |
---|---|---|
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
|