C# Class ServiceInsight.Shell.AboutViewModel

Inheritance: INotifyPropertyChanged, IActivate, IHaveDisplayName
Afficher le fichier Open project: Particular/ServiceInsight Class Usage Examples

Méthodes publiques

Méthode Description
AboutViewModel ( NetworkOperations networkOperations, IServiceControl serviceControl, LicenseRegistrationViewModel licenseInfo ) : System
Activate ( ) : void
AsSplashScreenModel ( ) : AboutViewModel

Private Methods

Méthode Description
AboutViewModel ( ) : System
ActivateLicense ( ) : void
LoadAppVersion ( ) : void
LoadVersions ( ) : void
OnActivate ( ) : void
SetCopyrightText ( ) : void

Method Details

AboutViewModel() public méthode

public AboutViewModel ( NetworkOperations networkOperations, IServiceControl serviceControl, LicenseRegistrationViewModel licenseInfo ) : System
networkOperations ServiceInsight.Framework.NetworkOperations
serviceControl IServiceControl
licenseInfo LicenseRegistrationViewModel
Résultat System

Activate() public méthode

public Activate ( ) : void
Résultat void

AsSplashScreenModel() public static méthode

public static AsSplashScreenModel ( ) : AboutViewModel
Résultat AboutViewModel