Click or drag to resize

LogEntry Class

Represents a log entry caused by a user changing a property on a survey object.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SurveyFeatureBaseLogEntry
    Omada.OE.Solution.OIM.AppLogic.SurveyFeatureLogEntry

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class LogEntry : BaseLogEntry

The LogEntry type exposes the following members.

Constructors
  NameDescription
Public methodLogEntry
Top
Properties
  NameDescription
Public propertyNewValue
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.
Public propertyObjectName
Display value for the survey object.
(Inherited from BaseLogEntry.)
Public propertyProperty
System name of the property that was changed.
Public propertyWhen
When was the change made?
(Inherited from BaseLogEntry.)
Public propertyWho
Id of the user who made the change.
(Inherited from BaseLogEntry.)
Public propertyWorkflow
The name of the workflow step.
(Inherited from BaseLogEntry.)
Top
Methods
  NameDescription
Public methodStatic memberGetNewestEntry
Public methodToString
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
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