C# 클래스 AODL.Document.Styles.DataPointStyle

Summary description for DataPointStyle.
상속: IStyle
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker

공개 메소드들

메소드 설명
DataPointStyle ( IDocument document ) : System
DataPointStyle ( IDocument document, XmlNode node ) : System
DataPointStyle ( IDocument document, string styleName ) : System

the constructor of dataPoint style

비공개 메소드들

메소드 설명
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.

메소드 상세

DataPointStyle() 공개 메소드

public DataPointStyle ( IDocument document ) : System
document IDocument
리턴 System

DataPointStyle() 공개 메소드

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

DataPointStyle() 공개 메소드

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