C# 클래스 Goedel.MeshConnect.ConnectProfile

상속: Goedel.Trojan.Data
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

메소드 상세

CompleteConnect() 공개 메소드

Attempt to complete the connection
public CompleteConnect ( ) : bool
리턴 bool

ConnectProfile() 공개 메소드

public ConnectProfile ( Wizard_ConnectProfile Wizard ) : System
Wizard Wizard_ConnectProfile
리턴 System

GetAccount() 공개 메소드

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.
리턴 string

Initialize() 공개 메소드

Initialize the class, called once when dialog is created.
public Initialize ( ) : void
리턴 void

InstallMail() 공개 메소드

public InstallMail ( PersonalProfile PersonalProfile, string ID ) : void
PersonalProfile PersonalProfile
ID string
리턴 void

Navigate() 공개 메소드

Navigate to a new dialog.
public Navigate ( Goedel Dialog ) : void
Dialog Goedel
리턴 void

PostConnect() 공개 메소드

Post the connection request
public PostConnect ( ) : bool
리턴 bool

프로퍼티 상세

AccountName 공개적으로 프로퍼티

Account name to connect to
public string AccountName
리턴 string

CurrentDialog 공개적으로 프로퍼티

The currently active dialog
public Data,Goedel.Trojan CurrentDialog
리턴 Goedel.Trojan.Data

DevProfile 공개적으로 프로퍼티

The device profile
public SignedDeviceProfile DevProfile
리턴 SignedDeviceProfile

Device1 공개적으로 프로퍼티

Placeholder for device name.
public string Device1
리턴 string

Device1Description 공개적으로 프로퍼티

Placeholder for device description
public string Device1Description
리턴 string

DoLocal 공개적으로 프로퍼티

Flag to allow local processing.
public bool DoLocal
리턴 bool

InvalidInput 공개적으로 프로퍼티

Reporting string used to inform user input is invalid.
public string InvalidInput
리턴 string

MeshClient 공개적으로 프로퍼티

The mesh client
public MeshClient MeshClient
리턴 MeshClient

Portal 공개적으로 프로퍼티

Mesh portal to connect to
public string Portal
리턴 string

SignedPersonalProfile 공개적으로 프로퍼티

The personal profile
public SignedPersonalProfile SignedPersonalProfile
리턴 SignedPersonalProfile

UDF 공개적으로 프로퍼티

Placeholder for device fingerprint.
public string UDF
리턴 string

Wizard 공개적으로 프로퍼티

public Wizard_ConnectProfile,Goedel.MeshConnect Wizard
리턴 Wizard_ConnectProfile