C# Class ServiceInsight.Framework.Licensing.AppLicenseManager

Afficher le fichier Open project: Particular/ServiceInsight Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AppLicenseManager ( ) : System
GetRemainingTrialDays ( ) : int
IsLicenseExpired ( ) : bool
TryInstallLicense ( string licenseText ) : bool

Method Details

AppLicenseManager() public méthode

public AppLicenseManager ( ) : System
Résultat System

GetRemainingTrialDays() public méthode

public GetRemainingTrialDays ( ) : int
Résultat int

IsLicenseExpired() public méthode

public IsLicenseExpired ( ) : bool
Résultat bool

TryInstallLicense() public méthode

public TryInstallLicense ( string licenseText ) : bool
licenseText string
Résultat bool