CAS.Lib.CodeProtect Namespace
CAS.Lib.CodeProtect.LicenseDsc Namespace
CAS.Lib.CodeProtect.LicenseDsc.Constraints Namespace
CAS.Lib.CodeProtect.Properties Namespace
OOI CodeProtect

IConstraint..::..FromXml Method (XmlNode)

This loads the XML data for a Constraint from an XmlNode. The XmlNode is the piece of the XmlDocument that is contained within the Constraint block of the XmlDocument.

Namespace:  CAS.Lib.CodeProtect.LicenseDsc
Assembly:  CAS.CodeProtect (in CAS.CodeProtect.dll)

Syntax


void FromXml(
	XmlNode xmlData
)
Sub FromXml ( _
	xmlData As XmlNode _
)
void FromXml(
	XmlNode^ xmlData
)

Parameters

xmlData
Type: XmlNode
A XmlNode representing the Constraint of the XmlDocument.