PropertyLogEntry Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class PropertyLogEntry : ICloneable
The PropertyLogEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| PropertyLogEntry |
Constructor taking all three attributes
|
| Name | Description | |
|---|---|---|
| Text |
Text written
| |
| When |
Date when the entry was written
| |
| Who |
User name of user who wrote the entry
|
| Name | Description | |
|---|---|---|
| Clone | ||
| ToString |
Returns a textual representation of the single log entry.
Dates are formatted with the active users timezone
(Overrides ObjectToString.) | |
| ToString(Boolean) |
Returns a textual representation of the single log entry.
If utcTime is set, DateTime is formatted in the UTC timezone
|
| 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.) |