C# Class AODL.Document.Content.Draw.DrawArea

Summary for DrawArea.
Inheritance: IContent, IContentContainer
Show file Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Protected Methods

Method Description
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.

Private Methods

Method Description
InitStandards ( ) : void

Inits the standards.

Method Details

Content_Inserted() protected method

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

Content_Removed() protected method

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

CreateAttribute() protected method

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.
return void

DrawArea() protected method

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

NewXmlNode() abstract protected method

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