DataObjectHistoryEntry Class | 
Namespace: Omada.OE.Model
[SerializableAttribute] public class DataObjectHistoryEntry
The DataObjectHistoryEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| DataObjectHistoryEntry | 
| Name | Description | |
|---|---|---|
| Action | ||
| ChangedFields | 
            Contains all the fields that was changed on the dataobjectversion.
            That is, the collection DOES NOT contain all properties of the dataobjectversion.
              | |
| DataObjectDisplayName | ||
| DataObjectId | 
            Id of the data object the log entry is about.
              | |
| DataObjectVersionId | 
            If of the data object version the log entry is about.
              | |
| PreviousEntryExists | 
            Angiver om der findes en tidligere entry (dvs. dataobjectversion).
            Er naturligt nok altid false hvis Action = ObjectCreated.
            Kan imidlertid også være false, hvis det ikke er alle dataobjectversions der er indlæst.
              | |
| When | ||
| Who | 
            Contains the userid of the user who performed the action.
              | 
| Name | Description | |
|---|---|---|
| ToBool | 
            Converts object to boolean.
              (Defined by ObjectExtensions.) | |
| ToDateTime | 
            Converts object to DateTime.
              (Defined by ObjectExtensions.) | |
| ToInt | 
            Converts object to integer.
              (Defined by ObjectExtensions.) |