C# Class PHB.Apps.Mesh.ProfileManager._ProfileManager

Inheritance: Model
Mostra file Open project: hallambaker/Mathematical-Mesh

Public Methods

Method Description
About ( ) : void

Stub method for Aboutcommand.Override with application implementation.

Accept ( ConnectRequest ConnectRequest ) : void
Active ( String Command ) : bool
AddApplication ( ) : void
Administrator ( Device Device ) : void
AdministratorAdd ( Object Object ) : void

Stub method for AdministratorAddcommand.Override with application implementation.

AdministratorRemove ( Object Object ) : void

Stub method for AdministratorRemovecommand.Override with application implementation.

ApplicationAddMail ( Object Object ) : void

Stub method for ApplicationAddMailcommand.Override with application implementation.

ApplicationAddSSH ( Object Object ) : void

Stub method for ApplicationAddSSHcommand.Override with application implementation.

ApplicationAddWeb ( Object Object ) : void

Stub method for ApplicationAddWebcommand.Override with application implementation.

ApplicationAddWiFi ( Object Object ) : void

Stub method for ApplicationAddWiFicommand.Override with application implementation.

ApplicationAddWizard ( Object Object ) : void

Stub method for ApplicationAddWizardcommand.Override with application implementation.

ApplicationDelete ( Object Object ) : void

Stub method for ApplicationDeletecommand.Override with application implementation.

ApplicationRefreshKeys ( Object Object ) : void

Stub method for ApplicationRefreshKeyscommand.Override with application implementation.

Connect ( Message Message ) : void
ConnectAccept ( Object Object ) : void

Stub method for ConnectAcceptcommand.Override with application implementation.

ConnectGetOTC ( ) : void

Stub method for ConnectGetOTCcommand.Override with application implementation.

ConnectRefresh ( ) : void

Stub method for ConnectRefreshcommand.Override with application implementation.

ConnectReject ( Object Object ) : void

Stub method for ConnectRejectcommand.Override with application implementation.

Create ( ) : void
DeviceDelete ( Object Object ) : void

Stub method for DeviceDeletecommand.Override with application implementation.

DeviceRefreshKeys ( Object Object ) : void

Stub method for DeviceRefreshKeyscommand.Override with application implementation.

Dispach ( string Command ) : void
Dispatch ( string Command ) : void

Dispatch command callback with required parameters.

GetOTC ( ) : void
KeyDelete ( ) : void

Stub method for KeyDeletecommand.Override with application implementation.

KeyRefresh ( ) : void

Stub method for KeyRefreshcommand.Override with application implementation.

PendingRequest ( ) : void
Print ( Object Object ) : void

Stub method for Printcommand.Override with application implementation.

ProfileCreate ( ) : void

Stub method for ProfileCreatecommand.Override with application implementation.

ProfileEscrow ( Object Object ) : void

Stub method for ProfileEscrowcommand.Override with application implementation.

Quit ( ) : void

Stub method for Quitcommand.Override with application implementation.

Refresh ( ) : void
Reject ( ConnectRequest ConnectRequest ) : void
Renew ( KeysPGP KeysPGP ) : void
Renew ( KeysSMIME KeysSMIME ) : void
Revoke ( KeysPGP KeysPGP ) : void
Revoke ( KeysSMIME KeysSMIME ) : void
ScanQR ( ) : void
ViewPendingApplications ( ) : void

Stub method for ViewPendingApplicationscommand.Override with application implementation.

ViewPendingDevices ( ) : void

Stub method for ViewPendingDevicescommand.Override with application implementation.

ViewPendingRequests ( ) : void

Stub method for ViewPendingRequestscommand.Override with application implementation.

_ProfileManager ( ) : System

Default constructor.

Method Details

About() public method

Stub method for Aboutcommand.Override with application implementation.
public About ( ) : void
return void

Accept() public method

public Accept ( ConnectRequest ConnectRequest ) : void
ConnectRequest ConnectRequest
return void

Active() public method

public Active ( String Command ) : bool
Command String
return bool

AddApplication() public method

public AddApplication ( ) : void
return void

Administrator() public method

public Administrator ( Device Device ) : void
Device Device
return void

AdministratorAdd() public method

Stub method for AdministratorAddcommand.Override with application implementation.
public AdministratorAdd ( Object Object ) : void
Object Object
return void

AdministratorRemove() public method

Stub method for AdministratorRemovecommand.Override with application implementation.
public AdministratorRemove ( Object Object ) : void
Object Object
return void

ApplicationAddMail() public method

Stub method for ApplicationAddMailcommand.Override with application implementation.
public ApplicationAddMail ( Object Object ) : void
Object Object
return void

ApplicationAddSSH() public method

Stub method for ApplicationAddSSHcommand.Override with application implementation.
public ApplicationAddSSH ( Object Object ) : void
Object Object
return void

ApplicationAddWeb() public method

Stub method for ApplicationAddWebcommand.Override with application implementation.
public ApplicationAddWeb ( Object Object ) : void
Object Object
return void

ApplicationAddWiFi() public method

Stub method for ApplicationAddWiFicommand.Override with application implementation.
public ApplicationAddWiFi ( Object Object ) : void
Object Object
return void

ApplicationAddWizard() public method

Stub method for ApplicationAddWizardcommand.Override with application implementation.
public ApplicationAddWizard ( Object Object ) : void
Object Object
return void

ApplicationDelete() public method

Stub method for ApplicationDeletecommand.Override with application implementation.
public ApplicationDelete ( Object Object ) : void
Object Object
return void

ApplicationRefreshKeys() public method

Stub method for ApplicationRefreshKeyscommand.Override with application implementation.
public ApplicationRefreshKeys ( Object Object ) : void
Object Object
return void

Connect() public method

public Connect ( Message Message ) : void
Message Message
return void

ConnectAccept() public method

Stub method for ConnectAcceptcommand.Override with application implementation.
public ConnectAccept ( Object Object ) : void
Object Object
return void

ConnectGetOTC() public method

Stub method for ConnectGetOTCcommand.Override with application implementation.
public ConnectGetOTC ( ) : void
return void

ConnectRefresh() public method

Stub method for ConnectRefreshcommand.Override with application implementation.
public ConnectRefresh ( ) : void
return void

ConnectReject() public method

Stub method for ConnectRejectcommand.Override with application implementation.
public ConnectReject ( Object Object ) : void
Object Object
return void

Create() public method

public Create ( ) : void
return void

DeviceDelete() public method

Stub method for DeviceDeletecommand.Override with application implementation.
public DeviceDelete ( Object Object ) : void
Object Object
return void

DeviceRefreshKeys() public method

Stub method for DeviceRefreshKeyscommand.Override with application implementation.
public DeviceRefreshKeys ( Object Object ) : void
Object Object
return void

Dispach() public method

public Dispach ( string Command ) : void
Command string
return void

Dispatch() public method

Dispatch command callback with required parameters.
public Dispatch ( string Command ) : void
Command string
return void

GetOTC() public method

public GetOTC ( ) : void
return void

KeyDelete() public method

Stub method for KeyDeletecommand.Override with application implementation.
public KeyDelete ( ) : void
return void

KeyRefresh() public method

Stub method for KeyRefreshcommand.Override with application implementation.
public KeyRefresh ( ) : void
return void

PendingRequest() public method

public PendingRequest ( ) : void
return void

Print() public method

Stub method for Printcommand.Override with application implementation.
public Print ( Object Object ) : void
Object Object
return void

ProfileCreate() public method

Stub method for ProfileCreatecommand.Override with application implementation.
public ProfileCreate ( ) : void
return void

ProfileEscrow() public method

Stub method for ProfileEscrowcommand.Override with application implementation.
public ProfileEscrow ( Object Object ) : void
Object Object
return void

Quit() public method

Stub method for Quitcommand.Override with application implementation.
public Quit ( ) : void
return void

Refresh() public method

public Refresh ( ) : void
return void

Reject() public method

public Reject ( ConnectRequest ConnectRequest ) : void
ConnectRequest ConnectRequest
return void

Renew() public method

public Renew ( KeysPGP KeysPGP ) : void
KeysPGP KeysPGP
return void

Renew() public method

public Renew ( KeysSMIME KeysSMIME ) : void
KeysSMIME KeysSMIME
return void

Revoke() public method

public Revoke ( KeysPGP KeysPGP ) : void
KeysPGP KeysPGP
return void

Revoke() public method

public Revoke ( KeysSMIME KeysSMIME ) : void
KeysSMIME KeysSMIME
return void

ScanQR() public method

public ScanQR ( ) : void
return void

ViewPendingApplications() public method

Stub method for ViewPendingApplicationscommand.Override with application implementation.
public ViewPendingApplications ( ) : void
return void

ViewPendingDevices() public method

Stub method for ViewPendingDevicescommand.Override with application implementation.
public ViewPendingDevices ( ) : void
return void

ViewPendingRequests() public method

Stub method for ViewPendingRequestscommand.Override with application implementation.
public ViewPendingRequests ( ) : void
return void

_ProfileManager() public method

Default constructor.
public _ProfileManager ( ) : System
return System