ParsedItem Class

Alterian Email Manager 6.2.3 SDK Help File
Class that parses event into its components
Inheritance Hierarchy
SystemObject
  DMLibrary.ParserParsedItem

Namespace:  DMLibrary.Parser
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public class ParsedItem

The ParsedItem type exposes the following members.

Constructors
NameDescription
Public methodParsedItem
Initializes a new instance of the ParsedItem class
Top
Properties
NameDescription
Public propertyDescription
Gets description, it is the whole string parsed for the event
Public propertyEventId
Gets event Id
Public propertySource
Gets source, after log event tag removed
Top
See Also