Table of Contents

Class BaseMessage

Namespace
Skyware.Lis.EventsModel
Assembly
Skyware.Lis.EventsModel.dll

Base class for all messages produced by LIS iLab

public abstract class BaseMessage
Inheritance
BaseMessage
Derived
Inherited Members

Properties

DefaultAddress

Default address where message should be send

public abstract string DefaultAddress { get; }

Property Value

string

EventTime

Date and time (UTC) when message is generated

public DateTime EventTime { get; set; }

Property Value

DateTime

Id

Id of the message, GUID

public string Id { get; set; }

Property Value

string

LocalEventTime

Local date and time (according to receiver)

public DateTime LocalEventTime { get; }

Property Value

DateTime

OriginApp

Origin application name

public string OriginApp { get; set; }

Property Value

string

OriginAppVer

Origin application version

public string OriginAppVer { get; set; }

Property Value

string

OriginHost

Host name of a computer where message is generated (usually it's NetBIOS name)

public string OriginHost { get; set; }

Property Value

string

OriginLocation

If LIS supports locations, Location where event is generated

public Location OriginLocation { get; set; }

Property Value

Location

OriginUserId

User Id (usually username) of the logged in operator

public string OriginUserId { get; set; }

Property Value

string