DataObjectHistoryLoadOptions Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class DataObjectHistoryLoadOptions
The DataObjectHistoryLoadOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| DataObjectHistoryLoadOptions |
| Name | Description | |
|---|---|---|
| ChangedByUserIds |
The list contains ids of changed by users.
| |
| DataObjectLoadOptions |
History entries are loaded for all dataobjects, that matches the specified loadoptions.
| |
| FromDate |
Only history entries that happened on or after this datetime will be loaded.
| |
| PropertyIds |
Only history-entries/dataobjectversions, where one of these properties was changed, will be loaded.
If the collection is empty all properties will be used.
| |
| ToDate |
Only history entries that happened on or before this datetime will be loaded.
If ToDate is DateTime.MinValue the option will be ignored.
|
| 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.) |