We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1e840 commit dc9f4ceCopy full SHA for dc9f4ce
src/NHapi.Base/Parser/ParserOptions.cs
@@ -130,7 +130,18 @@ public ParserOptions()
130
/// </example>
131
public bool NonGreedyMode { get; set; }
132
133
- /// <summary> _includeLongNameInEncodedXML.</summary>
+ /// <summary>
134
+ /// Gets or Sets flag which allows the Description attribute [LongName] to be added in encoded xml with counter position.
135
+ /// </summary>
136
+ /// <example>
137
+ /// <code>
138
+ /// <![CDATA[
139
+ /// <MSH.1 LongName="Field Separator">1</MSH.1>
140
+ /// <MSH.2 LongName="Encoding Characters">2</MSH.2>
141
+ /// ]]>
142
+ /// </code>
143
+ /// </example>
144
+ /// <remarks>The default value is <see langword="false"/>.</remarks>
145
public bool IncludeLongNameInEncodedXml { get; set; }
146
147
/// <summary>
0 commit comments