AndConstraint Methods
The AndConstraint type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose |
Destroys this instance of the Constraint.
(Inherited from AbstractConstraint.) |
|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromXml(XmlNode) |
This creates an AndConstraint from an XmlNode.
(Inherited from AbstractContainerConstraint.) |
|
FromXml(String) |
This is responsible for parsing a String
to form the BetaConstriant.
(Inherited from AbstractConstraint.) |
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IntFromXML | (Inherited from AbstractConstraint.) | |
MemberwiseClone | (Inherited from Object.) | |
parseConstraintsFields | (Inherited from AbstractContainerConstraint.) | |
Saved |
Resets the is dirty flag to know this item has been saved.
(Inherited from AbstractLicenseData.) |
|
StringFromXML | (Inherited from AbstractConstraint.) | |
ToString |
Provides detailed information about the constrain as a text
(Inherited from AbstractConstraint.) |
|
ToXmlString(XmlTextWriter) | (Inherited from AbstractContainerConstraint.) | |
ToXmlString()()()() |
Toes the XML string.
(Inherited from AbstractContainerConstraint.) |
|
Validate |
This verifies the license meets its desired validation criteria. This test will
pass providing all contained constraints are valid. If any one of them is invalid then
the validate will fail and the license failure reason will be set to the first
constraint which failed while being validated.
|