C# 클래스 AODL.Document.Content.Draw.DrawArea

Summary for DrawArea.
상속: IContent, IContentContainer
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

보호된 메소드들

메소드 설명
Content_Inserted ( int index, object value ) : void

Content_s the inserted.

Content_Removed ( int index, object value ) : void

Content_s the removed.

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

Create a XmlAttribute for propertie XmlNode.

DrawArea ( IDocument document ) : System

Initializes a new instance of the DrawArea class.

NewXmlNode ( ) : void

Initializes a new instance of the DrawAreaRectangle class.

비공개 메소드들

메소드 설명
InitStandards ( ) : void

Inits the standards.

메소드 상세

Content_Inserted() 보호된 메소드

Content_s the inserted.
protected Content_Inserted ( int index, object value ) : void
index int The index.
value object The value.
리턴 void

Content_Removed() 보호된 메소드

Content_s the removed.
protected Content_Removed ( int index, object value ) : void
index int The index.
value object The value.
리턴 void

CreateAttribute() 보호된 메소드

Create a XmlAttribute for propertie XmlNode.
protected CreateAttribute ( string name, string text, string prefix ) : void
name string The attribute name.
text string The attribute value.
prefix string The namespace prefix.
리턴 void

DrawArea() 보호된 메소드

Initializes a new instance of the DrawArea class.
protected DrawArea ( IDocument document ) : System
document IDocument The document.
리턴 System

NewXmlNode() 추상적인 보호된 메소드

Initializes a new instance of the DrawAreaRectangle class.
abstract protected NewXmlNode ( ) : void
리턴 void