Click or drag to resize

PropertyLogEntry Class

The class models an log entry of text property with log.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelPropertyLogEntry

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class PropertyLogEntry : ICloneable

The PropertyLogEntry type exposes the following members.

Constructors
  NameDescription
Public methodPropertyLogEntry
Constructor taking all three attributes
Top
Properties
  NameDescription
Public propertyText
Text written
Public propertyWhen
Date when the entry was written
Public propertyWho
User name of user who wrote the entry
Top
Methods
  NameDescription
Public methodClone
Public methodToString
Returns a textual representation of the single log entry. Dates are formatted with the active users timezone
(Overrides ObjectToString.)
Public methodToString(Boolean)
Returns a textual representation of the single log entry. If utcTime is set, DateTime is formatted in the UTC timezone
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