Click or drag to resize

CommonAddMetaDataNodesToDublinRequest Method

[Missing <summary> documentation for "M:IAS.Common.AddMetaDataNodesToDublinRequest(System.Xml.XmlDocument@,System.Xml.XmlNode@,System.String,System.Object,IAS.Common.DublinRequestNullHandlingType)"]

Namespace:  IAS
Assembly:  Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void AddMetaDataNodesToDublinRequest(
	ref XmlDocument xmlRequest,
	ref XmlNode parentNode,
	string nodeName,
	Object nodeValue,
	CommonDublinRequestNullHandlingType nullHandling
)

Parameters

xmlRequest
Type: System.XmlXmlDocument

[Missing <param name="xmlRequest"/> documentation for "M:IAS.Common.AddMetaDataNodesToDublinRequest(System.Xml.XmlDocument@,System.Xml.XmlNode@,System.String,System.Object,IAS.Common.DublinRequestNullHandlingType)"]

parentNode
Type: System.XmlXmlNode

[Missing <param name="parentNode"/> documentation for "M:IAS.Common.AddMetaDataNodesToDublinRequest(System.Xml.XmlDocument@,System.Xml.XmlNode@,System.String,System.Object,IAS.Common.DublinRequestNullHandlingType)"]

nodeName
Type: SystemString

[Missing <param name="nodeName"/> documentation for "M:IAS.Common.AddMetaDataNodesToDublinRequest(System.Xml.XmlDocument@,System.Xml.XmlNode@,System.String,System.Object,IAS.Common.DublinRequestNullHandlingType)"]

nodeValue
Type: SystemObject

[Missing <param name="nodeValue"/> documentation for "M:IAS.Common.AddMetaDataNodesToDublinRequest(System.Xml.XmlDocument@,System.Xml.XmlNode@,System.String,System.Object,IAS.Common.DublinRequestNullHandlingType)"]

nullHandling
Type: IASCommonDublinRequestNullHandlingType

[Missing <param name="nullHandling"/> documentation for "M:IAS.Common.AddMetaDataNodesToDublinRequest(System.Xml.XmlDocument@,System.Xml.XmlNode@,System.String,System.Object,IAS.Common.DublinRequestNullHandlingType)"]

See Also