IConstraint Members
The IConstraint 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 used to create a Constraint from a String
representing the Xml data of a Constraints node in the LicenseFile.
|
![]() |
FromXml(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.
|
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Saved |
Resets the is dirty flag.
|
![]() |
ToString | (Inherited from Object.) |
![]() |
ToXmlString |
Converts this instance of the Constraint to a String
representing the Xml of the Constraint object.
|
![]() |
Validate |
Defines the validation method of this Constraint. This is the method the
Constraint uses to accept or reject a license request.
|
Properties
Name | Description | |
---|---|---|
![]() |
Description |
Gets or Sets the description of this Constraint.
|
![]() |
Icon |
Gets or Sets the icon for this Constraint.
|
![]() |
IsDirty |
Gets if this Constraint has changed since the last save.
|
![]() |
License |
Gets or Sets the LicenseFile this Constraint belongs to.
|
![]() |
Name |
Gets or Sets the name of this Constraint.
|