C# Class Goedel.MeshConnect.ConnectProfile

Inheritance: Goedel.Trojan.Data
Afficher le fichier Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Méthodes publiques

Свойство Type Description
AccountName string
CurrentDialog Goedel.Trojan.Data
DevProfile SignedDeviceProfile
Device1 string
Device1Description string
DoLocal bool
InvalidInput string
MeshClient MeshClient
Portal string
SignedPersonalProfile SignedPersonalProfile
UDF string
Wizard Wizard_ConnectProfile

Méthodes publiques

Méthode Description
CompleteConnect ( ) : bool

Attempt to complete the connection

ConnectProfile ( Wizard_ConnectProfile Wizard ) : System
GetAccount ( string Portal, string Account ) : string

Create a MeshClient for the specified portal and request the specified account.

Initialize ( ) : void

Initialize the class, called once when dialog is created.

InstallMail ( PersonalProfile PersonalProfile, string ID ) : void
Navigate ( Goedel Dialog ) : void

Navigate to a new dialog.

PostConnect ( ) : bool

Post the connection request

Method Details

CompleteConnect() public méthode

Attempt to complete the connection
public CompleteConnect ( ) : bool
Résultat bool

ConnectProfile() public méthode

public ConnectProfile ( Wizard_ConnectProfile Wizard ) : System
Wizard Wizard_ConnectProfile
Résultat System

GetAccount() public méthode

Create a MeshClient for the specified portal and request the specified account.
public GetAccount ( string Portal, string Account ) : string
Portal string Mesh Portal.
Account string Mesh Account.
Résultat string

Initialize() public méthode

Initialize the class, called once when dialog is created.
public Initialize ( ) : void
Résultat void

InstallMail() public méthode

public InstallMail ( PersonalProfile PersonalProfile, string ID ) : void
PersonalProfile PersonalProfile
ID string
Résultat void

Navigate() public méthode

Navigate to a new dialog.
public Navigate ( Goedel Dialog ) : void
Dialog Goedel
Résultat void

PostConnect() public méthode

Post the connection request
public PostConnect ( ) : bool
Résultat bool

Property Details

AccountName public_oe property

Account name to connect to
public string AccountName
Résultat string

CurrentDialog public_oe property

The currently active dialog
public Data,Goedel.Trojan CurrentDialog
Résultat Goedel.Trojan.Data

DevProfile public_oe property

The device profile
public SignedDeviceProfile DevProfile
Résultat SignedDeviceProfile

Device1 public_oe property

Placeholder for device name.
public string Device1
Résultat string

Device1Description public_oe property

Placeholder for device description
public string Device1Description
Résultat string

DoLocal public_oe property

Flag to allow local processing.
public bool DoLocal
Résultat bool

InvalidInput public_oe property

Reporting string used to inform user input is invalid.
public string InvalidInput
Résultat string

MeshClient public_oe property

The mesh client
public MeshClient MeshClient
Résultat MeshClient

Portal public_oe property

Mesh portal to connect to
public string Portal
Résultat string

SignedPersonalProfile public_oe property

The personal profile
public SignedPersonalProfile SignedPersonalProfile
Résultat SignedPersonalProfile

UDF public_oe property

Placeholder for device fingerprint.
public string UDF
Résultat string

Wizard public_oe property

public Wizard_ConnectProfile,Goedel.MeshConnect Wizard
Résultat Wizard_ConnectProfile