Click or drag to resize

DataObjectHistoryEntries Class

Inheritance Hierarchy
SystemObject
  System.Collections.GenericListDataObjectHistoryEntry
    Omada.OE.ModelDataObjectHistoryEntries

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

The DataObjectHistoryEntries type exposes the following members.

Constructors
  NameDescription
Public methodDataObjectHistoryEntries
Top
Properties
  NameDescription
Public propertyLoadMaxExceeded
Top
Methods
  NameDescription
Public methodClone
Public methodSort
Top
Extension Methods
  NameDescription
Public Extension MethodParallelForEachAsCurrentIdentityDataObjectHistoryEntry
Runs the action in parallel for each item in the list, as the identity in the context This should be used instead of Parallel.ForEach, since Parallel.ForEach is not guaranteed to keep the impersonation context. More on this can be found here: https://stackoverflow.com/questions/26065155/parallel-foreach-changes-impersonation-context
(Defined by LinqExtensions.)
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