C# Class Sage.Extensibility.NodeHandlerAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: igorfrance/sage

Public Methods

Method Description
NodeHandlerAttribute ( System.Xml.XmlNodeType nodeType, string nodeName, string ns = null ) : System

Initializes a new instance of the NodeHandlerAttribute class.

Method Details

NodeHandlerAttribute() public method

Initializes a new instance of the NodeHandlerAttribute class.
public NodeHandlerAttribute ( System.Xml.XmlNodeType nodeType, string nodeName, string ns = null ) : System
nodeType System.Xml.XmlNodeType The type of the node being handled.
nodeName string The name of the node being handled.
ns string The namespace of the node being handled.
return System