C# Class AODL.Document.Content.EmbedObjects.EmbedObject

Summary description for EmbedObject.
Inheritance: IContent
Show file Open project: monsterlabs/HumanRightsTracker

Protected Properties

Property Type Description
_document IDocument
_node System.Xml.XmlNode
_style IStyle

Public Methods

Method Description
EmbedObject ( IDocument document ) : System
EmbedObject ( XmlNode ParentNode, IDocument document ) : System

Protected Methods

Method Description
CreateAttribute ( string name, string text, string prefix ) : void

Private Methods

Method Description
NewXmlNode ( ) : void

Method Details

CreateAttribute() protected method

protected CreateAttribute ( string name, string text, string prefix ) : void
name string
text string
prefix string
return void

EmbedObject() public method

public EmbedObject ( IDocument document ) : System
document IDocument
return System

EmbedObject() public method

public EmbedObject ( XmlNode ParentNode, IDocument document ) : System
ParentNode System.Xml.XmlNode
document IDocument
return System

Property Details

_document protected property

protected IDocument _document
return IDocument

_node protected property

protected XmlNode,System.Xml _node
return System.Xml.XmlNode

_style protected property

protected IStyle _style
return IStyle