CommonAddNilAttribute Method

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

Namespace:  IAS
Assembly:  Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void AddNilAttribute(
	ref XmlDocument xmlDocument,
	ref XmlNode xmlNode,
	string xsi
)

Parameters

xmlDocument
Type: System.XmlXmlDocument

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

xmlNode
Type: System.XmlXmlNode

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

xsi
Type: SystemString

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

See Also