DeployLX Software Protection System

StateLimit Class

The StateLimit validates its children only when the parent limit is in one of the desired validation States.

Syntax

Public Class StateLimit _
	Inherits Limit
public class StateLimit : Limit

Remarks

The validation state limit makes it easy to enforce different validation rules based on the state of the parent limit. For example when the ActivationLimit is in the "Unactivated" state you can add a TimeLimit to this instance to limit how long they user can continue to use the software without activating first.

Inheritance Hierarchy

System..::..Object
  DeployLX.Licensing.v5..::..Limit
    DeployLX.Licensing.v5..::..StateLimit

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also