Click or drag to resize

DataObjectHistoryControllerGetDataObjectHistoryEntries Method (DataObjectHistoryLoadOptions)

Returnerer history entries for alle dataobjekter, der matcher de (i loadOptions) angivne kriterier. Der returneres en history entry for hver dataobjectversion (for hvert dataobjekt), hvis den adskiller sig fra den foregående på en eller flere af de (i loadOptions) angivne properties.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public DataObjectHistoryEntries GetDataObjectHistoryEntries(
	DataObjectHistoryLoadOptions loadOptions
)

Parameters

loadOptions
Type: Omada.OE.ModelDataObjectHistoryLoadOptions

Return Value

Type: DataObjectHistoryEntries
See Also