PropertyLogEntries Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class PropertyLogEntries : List<PropertyLogEntry>
The PropertyLogEntries type exposes the following members.
Name | Description | |
---|---|---|
![]() | PropertyLogEntries |
Name | Description | |
---|---|---|
![]() | Add | |
![]() | GetCompleteLogText |
Returns all log entries as text.
Each log entries comes in the order which they are available in the collection.
|
![]() | GetCompleteLogText(Boolean) |
Returns all the log-entries as text. Based on the parameter
the time of the change will be formatted in UTC or the active users
timezone.
|
Name | Description | |
---|---|---|
![]() | ParallelForEachAsCurrentIdentityPropertyLogEntry |
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.) |