C# Class JobManagerInterfaces.XmlDocumentNsmgrCombo

ファイルを表示 Open project: ryanski44/VM-Automation-Framework

Public Properties

Property Type Description
Doc System.Xml.XmlDocument
Nsmgr System.Xml.XmlNamespaceManager
Root System.Xml.XmlNode

Public Methods

Method Description
GetChildNode ( XmlNode node, string childNodeName ) : XmlNode
GetChildNodeValue ( XmlNode node, string childNodeName ) : string
XmlDocumentNsmgrCombo ( XmlDocument doc, XmlNamespaceManager nsmgr, XmlNode root ) : System

Method Details

GetChildNode() public method

public GetChildNode ( XmlNode node, string childNodeName ) : XmlNode
node System.Xml.XmlNode
childNodeName string
return System.Xml.XmlNode

GetChildNodeValue() public method

public GetChildNodeValue ( XmlNode node, string childNodeName ) : string
node System.Xml.XmlNode
childNodeName string
return string

XmlDocumentNsmgrCombo() public method

public XmlDocumentNsmgrCombo ( XmlDocument doc, XmlNamespaceManager nsmgr, XmlNode root ) : System
doc System.Xml.XmlDocument
nsmgr System.Xml.XmlNamespaceManager
root System.Xml.XmlNode
return System

Property Details

Doc public_oe property

public XmlDocument,System.Xml Doc
return System.Xml.XmlDocument

Nsmgr public_oe property

public XmlNamespaceManager,System.Xml Nsmgr
return System.Xml.XmlNamespaceManager

Root public_oe property

public XmlNode,System.Xml Root
return System.Xml.XmlNode