| EventLogEntryDataGetFromLogEntry Method |
Returns an instance of the class based on existing log entry object
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static EventLogEntryData GetFromLogEntry(
LogEntry entry
)
Parameters
- entry
- Type: LogEntry
Object from which to copy properties.
Return Value
Type:
EventLogEntryDataInstance of the EventLogEntryData object
See Also