Interface ILicenseProvider
Defines the interface to a license provider
Namespace:
Assembly: .dll
Syntax
public interface ILicenseProvider
Methods
validate(Object parameter)
Validates the component
Declaration
public abstract void validate(Object parameter)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | parameter | The component to validate |