Click or drag to resize

DataObjectHistoryLoadOptions Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelDataObjectHistoryLoadOptions

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class DataObjectHistoryLoadOptions

The DataObjectHistoryLoadOptions type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChangedByUserIds
The list contains ids of changed by users.
Public propertyDataObjectLoadOptions
History entries are loaded for all dataobjects, that matches the specified loadoptions.
Public propertyFromDate
Only history entries that happened on or after this datetime will be loaded.
Public propertyPropertyIds
Only history-entries/dataobjectversions, where one of these properties was changed, will be loaded. If the collection is empty all properties will be used.
Public propertyToDate
Only history entries that happened on or before this datetime will be loaded. If ToDate is DateTime.MinValue the option will be ignored.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also