Show / Hide Table of Contents

Class SoEventRecorder.SoRecordedEvent

Inheritance
object
SoEventRecorder.SoRecordedEvent
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Diagnostics
Assembly: SoCore.dll
Syntax
public class SoEventRecorder.SoRecordedEvent

Constructors

SoRecordedEvent(string, string)

Declaration
public SoRecordedEvent(string category, string message)
Parameters
Type Name Description
string category
string message

Properties

Category

Declaration
public string Category { get; }
Property Value
Type Description
string

Message

Declaration
public string Message { get; }
Property Value
Type Description
string

Timestamp

Declaration
public DateTime Timestamp { get; }
Property Value
Type Description
DateTime

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top