Show / Hide Table of Contents

Interface ILogEntryNotification

Represents a notification that is able to create log entries.

Namespace: Unify.Framework.Notification.Core.Interfaces
Assembly: Unify.Framework.Notification.Core.Interfaces.dll
Syntax
public interface ILogEntryNotification : INotificationMessage

Properties

TimeStamp

The time stamp of the log entry.

Declaration
DateTime TimeStamp { get; }
Property Value
Type Description
System.DateTime

Methods

GetLogEntry()

Obtains a log entry for logging.

Declaration
IBrandedLogEntry GetLogEntry()
Returns
Type Description
IBrandedLogEntry

A log entry representing the event that has occurred.

Extension Methods

ObjectExtensions.Copy(Object)
ObjectExtensions.Copy<T>(T)
Extensions.GetWType(Object)
Back to top ©2004-2018 UNIFY Solutions Pty Ltd