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