Show / Hide Table of Contents

Class DeveloperLicense

Reads Developer License

Inheritance
object
DeveloperLicense
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: FpAssistantCore.General
Assembly: FpAssistantCoreScl.dll
Syntax
public static class DeveloperLicense

Properties

View Source

DeveloperName

Name of the Developer that as licensed this software

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

IsArinc424Licensed

Does the license cover the ARINC424 parser API

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

IsFPAssistantSDKBasicLicensed

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

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

IsFaaApiServiceLicensed

Does the license cover the FAA Service

Declaration
public static bool IsFaaApiServiceLicensed { get; }
Property Value
Type Description
bool
View Source

IsFaaTerpsLicensed

Does the license cover FAA TERPS tools

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

IsIcaoApiDataServiceLicensed

Does the license cover the ICAP API Data Service

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

IsIcaoPansOpsLicensed

Does the license cover ICAO PANS-OPS tools

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

IsObstacleEvaluationLicensed

Does the license cover the Obstacle Evaluation API

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

IsValidLicense

Has a valid license file been assigned to License property

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

License

Assign the license string here

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

Licenses are available to identities that license this software

  • View Source
In this article
Back to top Copyright 2018-2025 CADology Limited