Class CommentSubType
Data class for a Comment.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class CommentSubType
Constructors
| Edit this page View SourceCommentSubType()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public CommentSubType()
CommentSubType(XmlNode)
Constructor used when manually parsing a XML document.
Declaration
public CommentSubType(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Properties
| Edit this page View SourceValue
Free form text of the comment
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |
lang
Specifies the language of the text in the comment.
Declaration
public string lang { get; set; }
Property Value
Type | Description |
---|---|
string |