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

AbstractConstraint..::..FromXml Method (XmlNode)

This loads the XML data for the 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


public virtual void FromXml(
	XmlNode xmlData
)
Public Overridable Sub FromXml ( _
	xmlData As XmlNode _
)
public:
virtual void FromXml(
	XmlNode^ xmlData
)

Parameters

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