Открытые члены | Свойства

Класс TSLab.Notification.NotifyEvent

Полный список членов класса

Открытые члены

 NotifyEvent (NotificationType type, object message, string category, int eventId)
 NotifyEvent (NotificationType type, object message, IEnumerable< string > categories, int eventId, IEnumerable< KeyValuePair< string, object >> context)

Свойства

string Message [get, set]
int EventId [get, set]
 Event number or identifier.
NotificationType Type [get, set]
DateTime TimeStamp [get, set]
ICollection< string > Categories [get, set]
 Category name used to route the log entry to a one or more trace listeners.
IDictionary< string, object > Context [get]

Полный список свойств

ICollection<string> TSLab.Notification.NotifyEvent.Categories [get, set]

Category name used to route the log entry to a one or more trace listeners.

int TSLab.Notification.NotifyEvent.EventId [get, set]

Event number or identifier.