Click or drag to resize

DataObjectHistoryEntry Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelDataObjectHistoryEntry

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

The DataObjectHistoryEntry type exposes the following members.

Constructors
  NameDescription
Public methodDataObjectHistoryEntry
Top
Properties
  NameDescription
Public propertyAction
Public propertyChangedFields
Contains all the fields that was changed on the dataobjectversion. That is, the collection DOES NOT contain all properties of the dataobjectversion.
Public propertyDataObjectDisplayName
Public propertyDataObjectId
Id of the data object the log entry is about.
Public propertyDataObjectVersionId
If of the data object version the log entry is about.
Public propertyPreviousEntryExists
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.
Public propertyWhen
Public propertyWho
Contains the userid of the user who performed the action.
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