Skip to content

Commit dc9f4ce

Browse files
laxmi-lal-menariamilkshakeuk
authored andcommitted
Added Comments
Removed unused methods Added summary for new variable
1 parent 3a1e840 commit dc9f4ce

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/NHapi.Base/Parser/ParserOptions.cs

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,18 @@ public ParserOptions()
130130
/// </example>
131131
public bool NonGreedyMode { get; set; }
132132

133-
/// <summary> _includeLongNameInEncodedXML.</summary>
133+
/// <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>
134145
public bool IncludeLongNameInEncodedXml { get; set; }
135146

136147
/// <summary>

0 commit comments

Comments
 (0)