C# Class AODL.Document.Styles.AbstractStyle

Inheritance: IStyle
Show file Open project: monsterlabs/HumanRightsTracker

Protected Properties

Property Type Description
_node System.Xml.XmlNode

Public Methods

Method Description
AbstractStyle ( ) : System

Private Methods

Method Description
CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

GetStyleName ( ) : string
GetStyleWithCache ( ) : string
PropertyCollection_Inserted ( int index, object value ) : void

Properties the collection_ inserted.

PropertyCollection_Removed ( int index, object value ) : void

Properties the collection_ removed.

Method Details

AbstractStyle() public method

public AbstractStyle ( ) : System
return System

Property Details

_node protected property

protected XmlNode,System.Xml _node
return System.Xml.XmlNode