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

Mostra file Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Properties

Property Type Description
MeshClients List
RegistrationMachine Goedel.Mesh.Platform.RegistrationMachine

Public Methods

Method Description
About ( ) : 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 Profile ) : 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.

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.

DeviceDelete ( Object Object ) : void

Stub method for DeviceDeletecommand.Override with application implementation.

DeviceRefreshKeys ( Object Object ) : void

Stub method for DeviceRefreshKeyscommand.Override with application implementation.

GetCachedClient ( string Portal ) : MeshClient
Initialize ( ) : void
KeyDelete ( ) : void

Stub method for KeyDeletecommand.Override with application implementation.

KeyRefresh ( ) : void

Stub method for KeyRefreshcommand.Override with application implementation.

Populate ( ) : void
ProfileCreate ( ) : void
ProfileEscrow ( Object Profile ) : void
ProfileManager ( Binding Binding ) : System
Quit ( ) : void

Method Details

About() public method

public About ( ) : void
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 Profile ) : void
Profile 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

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

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

GetCachedClient() public method

public GetCachedClient ( string Portal ) : MeshClient
Portal string
return Goedel.Mesh.MeshClient

Initialize() public method

public Initialize ( ) : 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

Populate() public method

public Populate ( ) : void
return void

ProfileCreate() public method

public ProfileCreate ( ) : void
return void

ProfileEscrow() public method

public ProfileEscrow ( Object Profile ) : void
Profile Object
return void

ProfileManager() public method

public ProfileManager ( Binding Binding ) : System
Binding Binding
return System

Quit() public method

public Quit ( ) : void
return void

Property Details

MeshClients public_oe property

Track state of the mesh connection.
public List MeshClients
return List

RegistrationMachine public_oe property

public RegistrationMachine,Goedel.Mesh.Platform RegistrationMachine
return Goedel.Mesh.Platform.RegistrationMachine