C# Class Pomona.Documentation.Xml.Serialization.XDocMember

Inheritance: XDocElement
Exibir arquivo Open project: Pomona/Pomona

Public Methods

Method Description
XDocMember ( ) : System.Xml.Linq
XDocMember ( System.Xml.Linq.XElement node ) : System.Xml.Linq

Protected Methods

Method Description
GetOrAddLazyAttachedElement ( string name ) : System.Xml.Linq.XElement

Private Methods

Method Description
GetDocSection ( string name ) : XDocContentContainer
SetDocSection ( string name, XDocContentContainer content ) : void

Method Details

GetOrAddLazyAttachedElement() protected method

protected GetOrAddLazyAttachedElement ( string name ) : System.Xml.Linq.XElement
name string
return System.Xml.Linq.XElement

XDocMember() public method

public XDocMember ( ) : System.Xml.Linq
return System.Xml.Linq

XDocMember() public method

public XDocMember ( System.Xml.Linq.XElement node ) : System.Xml.Linq
node System.Xml.Linq.XElement
return System.Xml.Linq