Click or drag to resize

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
Syntax
C#
public static EventLogEntryData GetFromLogEntry(
	LogEntry entry
)

Parameters

entry
Type: LogEntry
Object from which to copy properties.

Return Value

Type: EventLogEntryData
Instance of the EventLogEntryData object
See Also