C# 클래스 AODL.Document.Content.EmbedObjects.EmbedObject

Summary description for EmbedObject.
상속: IContent
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker

보호된 프로퍼티들

프로퍼티 타입 설명
_document IDocument
_node System.Xml.XmlNode
_style IStyle

공개 메소드들

메소드 설명
EmbedObject ( IDocument document ) : System
EmbedObject ( XmlNode ParentNode, IDocument document ) : System

보호된 메소드들

메소드 설명
CreateAttribute ( string name, string text, string prefix ) : void

비공개 메소드들

메소드 설명
NewXmlNode ( ) : void

메소드 상세

CreateAttribute() 보호된 메소드

protected CreateAttribute ( string name, string text, string prefix ) : void
name string
text string
prefix string
리턴 void

EmbedObject() 공개 메소드

public EmbedObject ( IDocument document ) : System
document IDocument
리턴 System

EmbedObject() 공개 메소드

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

프로퍼티 상세

_document 보호되어 있는 프로퍼티

protected IDocument _document
리턴 IDocument

_node 보호되어 있는 프로퍼티

protected XmlNode,System.Xml _node
리턴 System.Xml.XmlNode

_style 보호되어 있는 프로퍼티

protected IStyle _style
리턴 IStyle