C# Class AODL.Document.Styles.DataPointStyle

Summary description for DataPointStyle.
Inheritance: IStyle
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Méthodes publiques

Méthode Description
DataPointStyle ( IDocument document ) : System
DataPointStyle ( IDocument document, XmlNode node ) : System
DataPointStyle ( IDocument document, string styleName ) : System

the constructor of dataPoint style

Private Methods

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

Inits the standards.

NewXmlNode ( ) : void

Create a new Xml node.

PropertyCollection_Inserted ( int index, object value ) : void

Properties the collection_ inserted.

PropertyCollection_Removed ( int index, object value ) : void

Properties the collection_ removed.

Method Details

DataPointStyle() public méthode

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

DataPointStyle() public méthode

public DataPointStyle ( IDocument document, XmlNode node ) : System
document IDocument
node System.Xml.XmlNode
Résultat System

DataPointStyle() public méthode

the constructor of dataPoint style
public DataPointStyle ( IDocument document, string styleName ) : System
document IDocument
styleName string
Résultat System