Click or drag to resize

SaveDataRequest Class

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.
This class is used for saving data. By adding subform rows to SubData on the FormDataSet property, the clients will be able to map the exact ids
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.RequestsSaveDataRequest

Namespace: AnySenseService.Entities.API.PublicAPI.V1.Requests
Assembly: AnySenseService.Entities.API.PublicAPI.V1 (in AnySenseService.Entities.API.PublicAPI.V1.dll) Version: 1.29.6-dev
Syntax
C#
public class SaveDataRequest

The SaveDataRequest type exposes the following members.

Constructors
 NameDescription
Public methodSaveDataRequestInitializes a new instance of the SaveDataRequest class
Top
Properties
 NameDescription
Public propertyParentData The main data to save. Subform datas should be removed from this. (Not deleted Subform data though)
Public propertyReturnMediaMode Defines how to return the data.
Public propertySubDatas List of Subform-data to save. All datas will be matched to the row submitted in ParentData property.
Top
See Also