Click or drag to resize

BaseLogEntry Class

Represents a log entry in the Survey object XML. The following types of log entries are supported: SurveyObjectLogEntry - represents a log entry caused by a user changing a property on a survey object. WorkflowLogEntry - represents a log entry caused by a workflow action.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SurveyFeatureBaseLogEntry
    Omada.OE.Solution.OIM.AppLogic.SurveyFeatureLogEntry
    Omada.OE.Solution.OIM.AppLogic.SurveyFeatureWorkflowStepLogEntry

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 abstract class BaseLogEntry

The BaseLogEntry type exposes the following members.

Constructors
  NameDescription
Public methodBaseLogEntry
Top
Properties
  NameDescription
Public propertyObjectName
Display value for the survey object.
Public propertyWhen
When was the change made?
Public propertyWho
Id of the user who made the change.
Public propertyWorkflow
The name of the workflow step.
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