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

Summary for DrawArea.
Inheritance: IContent, IContentContainer
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes protégées

Méthode 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

Méthode Description
InitStandards ( ) : void

Inits the standards.

Method Details

Content_Inserted() protected méthode

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

Content_Removed() protected méthode

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

CreateAttribute() protected méthode

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.
Résultat void

DrawArea() protected méthode

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

NewXmlNode() abstract protected méthode

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