Class BaseApiDataService
Inherited Members
Namespace: FpAssistantCore.Icao.ApiDataService
Assembly: FpAssistantCoreScl.dll
Syntax
public abstract class BaseApiDataService
Methods
View SourceIsLicensed(string)
Check if not licensed and randomly return Demo Licence literal
Declaration
protected string IsLicensed(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | Text literal to replace if a demo license |
Returns
| Type | Description |
|---|---|
| string | 'Demo License' randomly if this module is not licensed |