DeployLX Software Protection System

ExtendableLimit Class

Implements a base version of the IExtendableLimit.

Syntax

<SerializableAttribute> _
Public MustInherit Class ExtendableLimit _
	Inherits SuperFormLimit _
	Implements IExtendableLimit, IPurchaseLimit, IServerLimit, IResettable
[SerializableAttribute]
public abstract class ExtendableLimit : SuperFormLimit, 
	IExtendableLimit, IPurchaseLimit, IServerLimit, IResettable

Inheritance Hierarchy

System..::..Object
  DeployLX.Licensing.v5..::..Limit
    DeployLX.Licensing.v5..::..SuperFormLimit
      DeployLX.Licensing.v5..::..ExtendableLimit
        DeployLX.Licensing.v5..::..FeatureLimit
        DeployLX.Licensing.v5..::..TimeLimit
        DeployLX.Licensing.v5..::..UseLimit

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

See Also