LogEntry Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.SurveyFeature
public class LogEntry : BaseLogEntry
The LogEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| NewValue |
String representation of the new value.
Only for presentation - should not be used for data processing as the format depends on the user's language etc.
| |
| ObjectName |
Display value for the survey object.
(Inherited from BaseLogEntry.) | |
| Property |
System name of the property that was changed.
| |
| When |
When was the change made?
(Inherited from BaseLogEntry.) | |
| Who |
Id of the user who made the change.
(Inherited from BaseLogEntry.) | |
| Workflow |
The name of the workflow step.
(Inherited from BaseLogEntry.) |
| Name | Description | |
|---|---|---|
| GetNewestEntry | ||
| ToString | (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |