C# Класс GSF.TimeSeries.Transport.UI.ViewModels.SubscriberRequestViewModel

Наследование: GSF.TimeSeries.UI.ViewModelBase, IDisposable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

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

Приватные методы

Метод Описание
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

Описание методов

Dispose() публичный Метод

Releases all the resources used by the SubscriberRequestViewModel object.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

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.
Результат void

InitializeDefaultInternalSubscriptionSettings() публичный Метод

Initializes default settings for internal subscription.
public InitializeDefaultInternalSubscriptionSettings ( ) : void
Результат void

SubscriberRequestViewModel() публичный Метод

Creates a new instance of the SubscriberRequestViewModel class.
public SubscriberRequestViewModel ( ) : System
Результат System