Show / Hide Table of Contents

Class Note.CommentsContainer

Represents a set of CommentsContainer.

Inheritance
System.Object
Note.CommentsContainer
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class CommentsContainer : IXmlSerializable

Properties

Comments

The comments.

Declaration
public Note.Comment[] Comments { get; set; }
Property Value
Note.Comment[]

Methods

GetSchema()

Declaration
public XmlSchema GetSchema()
Returns
XmlSchema

ReadXml(XmlReader)

Declaration
public void ReadXml(XmlReader reader)
Parameters
XmlReader reader

WriteXml(XmlWriter)

Declaration
public void WriteXml(XmlWriter writer)
Parameters
XmlWriter writer

Back to top Built by Itinero, MIT licensed.