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

AbstractConstraint Members

The AbstractConstraint type exposes the following members.

Methods


  Name Description
Public method Dispose
Destroys this instance of the Constraint.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FromXml(String)
This is responsible for parsing a String to form the BetaConstriant.
Public method 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.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Saved
Resets the is dirty flag to know this item has been saved.
(Inherited from AbstractLicenseData.)
Public method ToString
Provides detailed information about the constrain as a text
Public method ToXmlString()()()()
Converts this instance of License Data to a String representing the XML of the specific License Data object.
Public method 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
Public property ConstraintType
Gets the name (based on type) of the constraint.
Public property Description
Gets or Sets the description of this constraint.
Public property GUID
Gets or Sets the runtime of the program in hours.
Public property Icon
Gets or Sets the icon for this constraint.
Public property IsDirty
Gets if this object has changed since the last save.
(Inherited from AbstractLicenseData.)
Public property License
Gets or Sets LicenseFile this constraint belongs to.
Public property Name
Gets or Sets the name of this constraint.
Public property RunTimeConstrain
Gets or Sets the runtime of the program in hours.
Public property VolumeConstrain
Gets or Sets the number of items licensed program can instantiate, e.g. number of process variables, number of interfaces, etc.
Public property Warning
Gets or sets the warning provided during evaluwation of relevant constrains.