HistoryEntries Methods |
The HistoryEntries type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone |
Opretter og returnerer en ny liste
Den nye liste indeholder de samme objekter som listen selv
(altså de samme objekter - ikke nye instanser)
|
![]() | GetDataObjectIdList |
Returns an integer-list of the DataObjectIds in the list
|
![]() | GetNearestModificationHistoryEntry |
Returnerer den historyentry, der vedrører dataObjectId, af typen 'objectcreated' eller 'objectmodified' som
er oprettet nærmest tidspunktet angivet af dt.
Hvis der ikke findes nogen returneres null.
|
Name | Description | |
---|---|---|
![]() | ParallelForEachAsCurrentIdentityHistoryEntry |
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.) |
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |