C# Class GSF.TimeSeries.Transport.UI.ViewModels.SubscriberRequestViewModel

Inheritance: GSF.TimeSeries.UI.ViewModelBase, IDisposable
Mostra file Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description
BrowseLocalCertificateFile void
BrowseRemoteCertificateFile void
CreateAuthenticationRequest void
ExportAuthorizationRequest void
ExportCipherKey bool
GetDeviceByAcronym GSF.PhasorProtocols.UI.DataModels.Device
GetGatewayProtocolID int?
GetLocalCertificateSetting string
Helper_ReceivedServiceResponse void
ImportCertificateFile void
Load void
ReloadServiceCryptoCache void
SaveDevice void
SaveInternal void
TryCreateRequest bool
TryGetCompanyAcronym bool

Public Methods

Method Description
Dispose ( ) : void

Releases all the resources used by the SubscriberRequestViewModel object.

InitializeDefaultInternalSubscriptionSettings ( ) : void

Initializes default settings for internal subscription.

SubscriberRequestViewModel ( ) : System

Creates a new instance of the SubscriberRequestViewModel class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the SubscriberRequestViewModel object and optionally releases the managed resources.

Private Methods

Method Description
BrowseLocalCertificateFile ( ) : void
BrowseRemoteCertificateFile ( ) : void
CreateAuthenticationRequest ( ) : void
ExportAuthorizationRequest ( ) : void
ExportCipherKey ( string password, int keySize ) : bool
GetDeviceByAcronym ( string acronym ) : GSF.PhasorProtocols.UI.DataModels.Device
GetGatewayProtocolID ( ) : int?
GetLocalCertificateSetting ( ) : string
Helper_ReceivedServiceResponse ( object sender, EventArgs e ) : void

Handles ReceivedServiceResponse event.

ImportCertificateFile ( ) : void
Load ( ) : void
ReloadServiceCryptoCache ( ) : void
SaveDevice ( ) : void
SaveInternal ( ) : void
TryCreateRequest ( ) : bool
TryGetCompanyAcronym ( string &acronym ) : bool

Method Details

Dispose() public method

Releases all the resources used by the SubscriberRequestViewModel object.
public Dispose ( ) : void
return void

Dispose() protected method

Releases the unmanaged resources used by the SubscriberRequestViewModel object and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
return void

InitializeDefaultInternalSubscriptionSettings() public method

Initializes default settings for internal subscription.
public InitializeDefaultInternalSubscriptionSettings ( ) : void
return void

SubscriberRequestViewModel() public method

Creates a new instance of the SubscriberRequestViewModel class.
public SubscriberRequestViewModel ( ) : System
return System