C# Class AODL.Document.Styles.AbstractStyle

Inheritance: IStyle
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Protected Properties

Свойство Type Description
_node System.Xml.XmlNode

Méthodes publiques

Méthode Description
AbstractStyle ( ) : System

Private Methods

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

public AbstractStyle ( ) : System
Résultat System

Property Details

_node protected_oe property

protected XmlNode,System.Xml _node
Résultat System.Xml.XmlNode