EventParser Class |
The EventParser type exposes the following members.
Name | Description | |
---|---|---|
![]() | EventParser(IListString) |
Default Constructor
|
![]() | EventParser(EMContentType) |
Constructor
|
Name | Description | |
---|---|---|
![]() | Content |
Gets and sets Content to parse
(Inherited from ParserBase.) |
![]() | EMContentType |
Gets and sets EMContentType |
![]() | LeftDelimiter |
Override: Gets and sets left delimiter
(Overrides ParserBaseLeftDelimiter.) |
![]() | ParsePattern |
Override: Gets and sets Regex parse pattern
(Overrides ParserBaseParsePattern.) |
![]() | RightDelimiter |
Override: Gets and sets right delimiter
(Overrides ParserBaseRightDelimiter.) |
![]() | SystemParseNames |
Name | Description | |
---|---|---|
![]() | Parse |
Override: Method to Parse content
(Overrides ParserBaseParse(String).) |
![]() | ParseEvent |
Parses content for events and returns a collection
|
![]() | ParseWithReplaceAll |
Parses content based on the pattern and replaces all matches with string provided
(Inherited from ParserBase.) |
![]() | ParseWithReplaceOne |
Parses content based on the pattern and replaces only first match with string provided
(Inherited from ParserBase.) |