Show / Hide Table of Contents

Class DeveloperLicense

Reads Developer License

Inheritance
System.Object
DeveloperLicense
Namespace: FpAssistantCore.General
Assembly: FpAssistantCoreScl.dll
Syntax
public static class DeveloperLicense : object

Properties

View Source

DeveloperName

Name of the Developer that as licensed this software

Declaration
public static string DeveloperName { get; }
Property Value
Type Description
System.String
View Source

IsArinc424Licensed

Does the license cover the ARINC424 parser API

Declaration
public static bool IsArinc424Licensed { get; }
Property Value
Type Description
System.Boolean
View Source

IsFaaTerpsLicensed

Does the license cover FAA TERPS tools

Declaration
public static bool IsFaaTerpsLicensed { get; }
Property Value
Type Description
System.Boolean
View Source

IsFPAssistantSDKBasicLicensed

Does the license cover the basic API's in FPAssistant SDK

Declaration
public static bool IsFPAssistantSDKBasicLicensed { get; }
Property Value
Type Description
System.Boolean
View Source

IsIcaoApiDataServiceLicensed

Does the license cover the ICAP API Data Service

Declaration
public static bool IsIcaoApiDataServiceLicensed { get; }
Property Value
Type Description
System.Boolean
View Source

IsIcaoPansOpsLicensed

Does the license cover ICAO PANS-OPS tools

Declaration
public static bool IsIcaoPansOpsLicensed { get; }
Property Value
Type Description
System.Boolean
View Source

IsObstacleEvaluationLicensed

Does the license cover the Obstacle Evaluation API

Declaration
public static bool IsObstacleEvaluationLicensed { get; }
Property Value
Type Description
System.Boolean
View Source

IsValidLicense

Has a valid license file been assigned to License property

Declaration
public static bool IsValidLicense { get; }
Property Value
Type Description
System.Boolean
View Source

License

Assign the license string here

Declaration
public static string License { set; }
Property Value
Type Description
System.String
Remarks

Licenses are available to identities that license this software

  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited