C# Class AODL.Document.Styles.DataPointStyle

Summary description for DataPointStyle.
Inheritance: IStyle
Show file Open project: monsterlabs/HumanRightsTracker

Public Methods

Method Description
DataPointStyle ( IDocument document ) : System
DataPointStyle ( IDocument document, XmlNode node ) : System
DataPointStyle ( IDocument document, string styleName ) : System

the constructor of dataPoint style

Private Methods

Method 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 method

public DataPointStyle ( IDocument document ) : System
document IDocument
return System

DataPointStyle() public method

public DataPointStyle ( IDocument document, XmlNode node ) : System
document IDocument
node System.Xml.XmlNode
return System

DataPointStyle() public method

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