C# Class ServiceInsight.Shell.LicenseRegistrationViewModel

Inheritance: Caliburn.Micro.Screen
Afficher le fichier Open project: Particular/ServiceInsight Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
ContactSales ( ) : void
Extend ( ) : void
LicenseRegistrationViewModel ( AppLicenseManager licenseManager, IWindowManagerEx dialogManager, NetworkOperations network ) : System.IO
LoadLicense ( ) : void
OnLicenseChanged ( ) : void
Purchase ( ) : void

Méthodes protégées

Méthode Description
OnActivate ( ) : void

Private Methods

Méthode Description
GetScreenTitle ( ) : string
ReadAllTextWithoutLocking ( string path ) : string

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

ContactSales() public méthode

public ContactSales ( ) : void
Résultat void

Extend() public méthode

public Extend ( ) : void
Résultat void

LicenseRegistrationViewModel() public méthode

public LicenseRegistrationViewModel ( AppLicenseManager licenseManager, IWindowManagerEx dialogManager, NetworkOperations network ) : System.IO
licenseManager ServiceInsight.Framework.Licensing.AppLicenseManager
dialogManager IWindowManagerEx
network ServiceInsight.Framework.NetworkOperations
Résultat System.IO

LoadLicense() public méthode

public LoadLicense ( ) : void
Résultat void

OnActivate() protected méthode

protected OnActivate ( ) : void
Résultat void

OnLicenseChanged() public méthode

public OnLicenseChanged ( ) : void
Résultat void

Purchase() public méthode

public Purchase ( ) : void
Résultat void