AbstractContainerConstraint Members
The AbstractContainerConstraint 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.
|
![]() |
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.) |
![]() |
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()()()() |
Toes the XML string.
|
![]() |
Validate |
Defines the validation method of this Constraint. This
is the method the Constraint uses to accept or reject a
license request.
(Inherited from AbstractConstraint.) |
Properties
Name | Description | |
---|---|---|
![]() |
ConstraintType |
Gets the name (based on type) of the constraint.
(Inherited from AbstractConstraint.) |
![]() |
Description |
Gets or Sets the description of this constraint.
(Inherited from AbstractConstraint.) |
![]() |
GUID |
Gets or Sets the runtime of the program in hours.
(Inherited from AbstractConstraint.) |
![]() |
Icon |
Gets or Sets the icon for this constraint.
(Inherited from AbstractConstraint.) |
![]() |
IsDirty |
Gets if this object has changed since the last save.
(Inherited from AbstractLicenseData.) |
![]() |
Items |
Gets or Sets the ConstraintCollection for this ContainerConstraint.
|
![]() |
License |
Gets or Sets LicenseFile this constraint belongs to.
(Inherited from AbstractConstraint.) |
![]() |
Name |
Gets or Sets the name of this constraint.
(Inherited from AbstractConstraint.) |
![]() |
RunTimeConstrain |
Gets or Sets the runtime of the program in hours.
(Inherited from AbstractConstraint.) |
![]() |
VolumeConstrain |
Gets or Sets the number of items licensed program can instantiate, e.g. number of process variables, number of interfaces, etc.
(Inherited from AbstractConstraint.) |
![]() |
Warning |
Gets or sets the warning provided during evaluwation of relevant constrains.
(Inherited from AbstractConstraint.) |