C# 클래스 GSF.TimeSeries.Transport.UI.ViewModels.SubscriberRequestViewModel

상속: GSF.TimeSeries.UI.ViewModelBase, IDisposable
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

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