Interface IComponentLicenseRepository
Component license repository (data)
Namespace: Simplic.ComponentLicense
Assembly: Simplic.ComponentLicense.dll
Syntax
public interface IComponentLicenseRepository
Methods
| Improve this Doc View SourceGet(String)
Get component license by name
Declaration
ComponentLicense Get(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Component name |
Returns
Type | Description |
---|---|
ComponentLicense | License instance |