ParserBase Class

Alterian Email Manager 6.2.3 SDK Help File
Abstract class for parsing creative content
Inheritance Hierarchy

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

Syntax
public abstract class ParserBase

The ParserBase type exposes the following members.

Properties
NameDescription
Public propertyContent
Gets and sets Content to parse
Public propertyLeftDelimiter
Gets and sets left delimiter for parse
Public propertyParsePattern
Gets and sets Regex parse pattern
Public propertyRightDelimiter
Gets and sets right delimiter for parse
Public propertyStatic memberSystemLeftDelimiter
Gets the system left delimiter
Public propertyStatic memberSystemRightDelimiter
Gets the system right delimiter
Top
Methods
NameDescription
Public methodParse
Virtual method to Parse content
Public methodParseWithReplaceAll
Parses content based on the pattern and replaces all matches with string provided
Public methodParseWithReplaceOne
Parses content based on the pattern and replaces only first match with string provided
Top
See Also