IEventlogCollection Interface

Alterian Email Manager 6.2.3 SDK Help File
Defined the properties and operations for the data produced and consumed by/in the eventlog service

Namespace:  DMLibrary.Repository.Eventlog
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public interface IEventlogCollection

The IEventlogCollection type exposes the following members.

Properties
NameDescription
Public propertyClient
The client associated to the eventlog data
Public propertyContentEventEntitiesCollection
The Content Events
Public propertyEventlogToDo
True if this item has EM eventlog data to process. False in any other case
Public propertyEventlogXmlIdsForEM
The id of the eventlog_xml that will get processed for EM events
Public propertyEventlogXmlIdsForSEV
The id of the eventlog_xml that will get processed for SEV events
Public propertyMainEventEntitiesCollection
The EM Main Events
Public propertyMergedMainAndContentEventsAsContentEvents
Merged collection of the Main and the Content events into a EventlogContentEntityCollection
Public propertyMergedMainAndContentEventsAsMainEvents
Merged collection of the Main and the Content events into a EventlogEntityCollection
Public propertySEVToDo
True if this item has SEV eventlog data to process. False in any other case
Top
Methods
NameDescription
Public methodGetEventlogEntities
Gets a list of all the EventlogEntity stored in either the main or content events collections
Public methodHasContentEvents
Checks if there are any content events in the item
Public methodHasMainEvents
Checks if there are any main events in the item
Top
See Also