C# Class ServiceInsight.Shell.AboutViewModel

Inheritance: INotifyPropertyChanged, IActivate, IHaveDisplayName
Mostrar archivo Open project: Particular/ServiceInsight Class Usage Examples

Public Methods

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

Private Methods

Method Description
AboutViewModel ( ) : System
ActivateLicense ( ) : void
LoadAppVersion ( ) : void
LoadVersions ( ) : void
OnActivate ( ) : void
SetCopyrightText ( ) : void

Method Details

AboutViewModel() public method

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

Activate() public method

public Activate ( ) : void
return void

AsSplashScreenModel() public static method

public static AsSplashScreenModel ( ) : AboutViewModel
return AboutViewModel