AbstractConstraint Methods
The AbstractConstraint type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose |
Destroys this instance of the Constraint.
|
|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromXml(String) |
This is responsible for parsing a String
to form the BetaConstriant.
|
|
FromXml(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.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Saved |
Resets the is dirty flag to know this item has been saved.
(Inherited from AbstractLicenseData.) |
|
ToString |
Provides detailed information about the constrain as a text
|
|
ToXmlString()()()() |
Converts this instance of License Data to a
String representing the XML
of the specific License Data object.
|
|
Validate |
Defines the validation method of this Constraint. This
is the method the Constraint uses to accept or reject a
license request.
|