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

Summary description for EmbedObject.
Inheritance: IContent
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Protected Properties

Свойство Type Description
_document IDocument
_node System.Xml.XmlNode
_style IStyle

Méthodes publiques

Méthode Description
EmbedObject ( IDocument document ) : System
EmbedObject ( XmlNode ParentNode, IDocument document ) : System

Méthodes protégées

Méthode Description
CreateAttribute ( string name, string text, string prefix ) : void

Private Methods

Méthode Description
NewXmlNode ( ) : void

Method Details

CreateAttribute() protected méthode

protected CreateAttribute ( string name, string text, string prefix ) : void
name string
text string
prefix string
Résultat void

EmbedObject() public méthode

public EmbedObject ( IDocument document ) : System
document IDocument
Résultat System

EmbedObject() public méthode

public EmbedObject ( XmlNode ParentNode, IDocument document ) : System
ParentNode System.Xml.XmlNode
document IDocument
Résultat System

Property Details

_document protected_oe property

protected IDocument _document
Résultat IDocument

_node protected_oe property

protected XmlNode,System.Xml _node
Résultat System.Xml.XmlNode

_style protected_oe property

protected IStyle _style
Résultat IStyle