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

FunctionConstraint Members

The FunctionConstraint type exposes the following members.

Constructors


  Name Description
Public method FunctionConstraint()()()()
This is the constructor for the FunctionConstraint. The constructor is used to create the object with a valid license to attach it to.
Public method FunctionConstraint(LicenseFile)
This is the constructor for the FunctionConstraint. The constructor is used to create the object and assign it to the proper license.

Methods


  Name Description
Public method Dispose
Destroys this instance of the Constraint.
(Inherited from AbstractConstraint.)
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FromXml(XmlNode)
This creates a FunctionConstraint from an XmlNode.
Public method FromXml(String)
This is responsible for parsing a String to form the BetaConstriant.
(Inherited from AbstractConstraint.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method IntFromXML (Inherited from AbstractConstraint.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Saved
Resets the is dirty flag to know this item has been saved.
(Inherited from AbstractLicenseData.)
Protected method StringFromXML (Inherited from AbstractConstraint.)
Public method ToString
Provides detailed information about the constrain as a text
(Inherited from AbstractConstraint.)
Public method ToXmlString
Converts this instance of License Data to a String representing the XML of the specific License Data object.
(Inherited from AbstractConstraint.)
Public method Validate

This verifies the license meets its desired validation criteria. This includes validating that Allow flag is set to true. If it is not set the license validation will return false and the failure reason will be set.

Properties


  Name Description
Public property Allow
Gets or Sets the end date/time for this FunctionConstraint.
Public property ConstraintType
Gets the name (based on type) of the constraint.
(Inherited from AbstractConstraint.)
Public property Description
Gets or Sets the description of this constraint.
(Inherited from AbstractConstraint.)
Public property GUID
Gets or Sets the runtime of the program in hours.
(Inherited from AbstractConstraint.)
Public property Icon
Gets or Sets the icon for this constraint.
(Inherited from AbstractConstraint.)
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.
(Inherited from AbstractConstraint.)
Public property Name
Gets or Sets the name of this constraint.
(Inherited from AbstractConstraint.)
Public property RunTimeConstrain
Gets or Sets the runtime of the program in hours.
(Inherited from AbstractConstraint.)
Public property UpdateURL
Gets or Sets the URL, as a String, which points to where an update can be obtained.
Public property 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.)
Public property Warning
Gets or sets the warning provided during evaluwation of relevant constrains.
(Inherited from AbstractConstraint.)