C# 클래스 Sage.Extensibility.NodeHandlerAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: igorfrance/sage

공개 메소드들

메소드 설명
NodeHandlerAttribute ( System.Xml.XmlNodeType nodeType, string nodeName, string ns = null ) : System

Initializes a new instance of the NodeHandlerAttribute class.

메소드 상세

NodeHandlerAttribute() 공개 메소드

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.
리턴 System