EventlogXmlRecord Class

Alterian Email Manager 6.2.3 SDK Help File
Represents an eventlog_xml record
Inheritance Hierarchy
SystemObject
  DMLibrary.Repository.EventlogEventlogXmlRecord

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

Syntax
public class EventlogXmlRecord

The EventlogXmlRecord type exposes the following members.

Constructors
NameDescription
Public methodEventlogXmlRecord
Initializes a new instance of the EventlogXmlRecord class
Top
Properties
NameDescription
Public propertyData
Collection of EventlogEntity of the record
Public propertyEventlogToDo
Determines if the eventlog processing needs to be done
Public propertyEventsTime
The events time for an xml record
Public propertyId
Id of the eventlog_xml record
Public propertyIsContentRecord
If the xml content comes from DMContent
Public propertySevToDo
Determines if the SEV processing needs to be done
Public propertyState
EEventlogXmlState of the record
Top
See Also