History |
public class HistoryData : FormData
The HistoryData type exposes the following members.
Name | Description | |
---|---|---|
HistoryData | Initializes a new instance of the HistoryData class |
Name | Description | |
---|---|---|
Archived |
Defines if the FormData-object is archived.
(Inherited from FormData) | |
ArchivedChanged | Specifies if archived-state has changed | |
Attachments |
Contains information about attachments to this FormData-object
(Inherited from FormData) | |
AttachmentsChanged | Specifies if the attachments has changed | |
ChangedData | List that tells what have changed since the previous historical version. The list matches the Data list - if a value on an index is changed, then the boolean on the same index in ChangedData is true. | |
ClientId |
Unique row ID that can be set by a client upon data creation for easy identification. If no ClientId is set by the initial save data request, then the Id is set by the database.
(Inherited from FormData) | |
ClientSubmitDate |
The date, when the data was submitted on the client
(Inherited from FormData) | |
Data |
List of data. It's important that these are the correct datatypes, and listed in the same order as the form definition.
(Inherited from FormData) | |
DataChanged | Specifies if any of the data has changed | |
Deleted |
Defines if the FormData-object is deleted.
(Inherited from FormData) | |
DeletedChanged | Specifies if deleted-state has changed | |
DeletedDate | Obsolete. If the FormData object is deleted in this version, then this value will contain the DeletedDate. | |
FormId |
The Id of the AnySenseService.Entities.API.PublicAPI.V1.DTOs.Form, which the data is added to
(Inherited from FormData) | |
Hidden |
Defines if the FormData-object is a hidden part of the dataset.
Data can be hidden by a workflow-synchronization job.
(Inherited from FormData) | |
HiddenChanged | Specifies if visibility-state has changed | |
HistoryId | Id of the HistoryData, | |
Id |
Unique row ID set by the database.
(Inherited from FormData) | |
IsFirstSave | Specifies is this is the first version of the FormData | |
LastUpdatedByUser |
Name of the AnySenseService.Entities.API.PublicAPI.V1.DTOs.User who last updated the row
(Inherited from FormData) | |
LastUpdatedByUserId |
Id of the AnySenseService.Entities.API.PublicAPI.V1.DTOs.User who last updated the row
(Inherited from FormData) | |
LocationData |
GPS position if required
Format: "lattitude;longitude", where comma is used as decimal separator.
(Inherited from FormData) | |
Order |
The order of how the SubformData/Child row should be rendered in reports. If value is NULL, then legacy ordering by SubmittedBy should is applied.
If FormData is not a SubformData/Child, then the value should be NULL.
(Inherited from FormData) | |
OrderChanged | Specifies if subform data order has changed | |
ParentDataId |
The ID of the parent FormData, of which the current FormData-object is a child of. If not a child, the ParentDataId will be less than 1.
(Inherited from FormData) | |
ParentHistoryId | The ID of the parent HistoryData, of which the current HistoryData-object is a child of. If not a child, the ParentHistoryId will be less than 1. | |
Plot |
Contains information about a point on a picture, if this row is associated to such.
(Inherited from FormData) | |
PlotChanged | Sepecifies if the plot data has changed | |
RowVersion |
Defines the current version of the data. Changes everytime an update is submitted to the database.
(Inherited from FormData) | |
State | Obsolete. Gives a brief summary of what happened to the FormData in this version | |
SubmitServerDate |
The date when the data was submitted to the server
(Inherited from FormData) | |
SubmittedBy |
The name of the AnySenseService.Entities.API.PublicAPI.V1.DTOs.User who originally submitted the data
(Inherited from FormData) | |
SubmittedByUserId |
The AnySenseService.Entities.API.PublicAPI.V1.DTOs.User who should be marked as submitter. If this value is set when the data is initially saved, the authorized user will not be saved as submitter.
(Inherited from FormData) | |
UpdateDate |
The date when the row was last updated
(Inherited from FormData) | |
VersionId |
The VersionId of the AnySenseService.Entities.API.PublicAPI.V1.DTOs.Form, which the data is added to
(Inherited from FormData) |