C# 클래스 Goedel.Mesh.MeshMan.Shell

파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

Private Properties

프로퍼티 타입 설명
CheckAccount bool
GetDevice Goedel.Mesh.SignedDeviceProfile
GetNextAccount void
GetPasswordProfile void
GetProfile void
MakeAccountID string
Report void
Report void
Report void
Report void
Report void
SetReporting void
UpdatePasswordProfile void

공개 메소드들

메소드 설명
Accept ( Accept Options ) : void

AddPassword ( AddPassword Options ) : void

Complete ( Complete Options ) : void

DeletePassword ( DeletePassword Options ) : void

Device ( Device Options ) : void

Create a new device profile

Dump ( Dump Options ) : void

DumpPassword ( DumpPassword Options ) : void

Escrow ( Escrow Options ) : void

Export ( Export Options ) : void

GetMeshClient ( ) : MeshClient
GetMeshClient ( string PortalID ) : MeshClient

Bind to the Mesh client for the specified portal account

GetPassword ( GetPassword Options ) : void

Import ( Import Options ) : void

List ( List Options ) : void

Mail ( Mail Options ) : void

Password ( Password Options ) : void
Pending ( Pending Options ) : void

Personal ( Personal Options ) : void

Create a new personal profile

Register ( Register Options ) : void

Report ( string Text ) : void
Report ( string Text, List Items ) : void
ReportWrite ( string Text ) : void
Reset ( Reset Options ) : void

Erase all test profiles

SSH ( SSH Options ) : void
Shell ( ) : System
Sync ( Sync Options ) : void

Verbose ( string Text ) : void

비공개 메소드들

메소드 설명
CheckAccount ( int I ) : bool
GetDevice ( SignedPersonalProfile Profile ) : SignedDeviceProfile
GetNextAccount ( ) : void

Rough draft, I think this is correct but can't check now as the server is accepting everything.

GetPasswordProfile ( ) : void
GetProfile ( String Portal, String UDF ) : void
MakeAccountID ( int I ) : string
Report ( RegistrationApplication Registration ) : void
Report ( RegistrationDevice Registration ) : void
Report ( RegistrationPersonal Registration, bool Detail ) : void
Report ( SignedApplicationProfile Application ) : void
Report ( SignedDeviceProfile Device ) : void
SetReporting ( Flag Report, Flag Verbose ) : void
UpdatePasswordProfile ( ) : void

메소드 상세

Accept() 공개 메소드

public Accept ( Accept Options ) : void
Options Accept Command line parameters
리턴 void

AddPassword() 공개 메소드

public AddPassword ( AddPassword Options ) : void
Options AddPassword Command line parameters
리턴 void

Complete() 공개 메소드

public Complete ( Complete Options ) : void
Options Complete Command line parameters
리턴 void

DeletePassword() 공개 메소드

public DeletePassword ( DeletePassword Options ) : void
Options DeletePassword Command line parameters
리턴 void

Device() 공개 메소드

Create a new device profile
public Device ( Device Options ) : void
Options Device Command line parameters
리턴 void

Dump() 공개 메소드

public Dump ( Dump Options ) : void
Options Dump Command line parameters
리턴 void

DumpPassword() 공개 메소드

public DumpPassword ( DumpPassword Options ) : void
Options DumpPassword Command line parameters
리턴 void

Escrow() 공개 메소드

public Escrow ( Escrow Options ) : void
Options Escrow Command line parameters
리턴 void

Export() 공개 메소드

public Export ( Export Options ) : void
Options Export Command line parameters
리턴 void

GetMeshClient() 공개 메소드

public GetMeshClient ( ) : MeshClient
리턴 Goedel.Mesh.MeshClient

GetMeshClient() 공개 메소드

Bind to the Mesh client for the specified portal account
public GetMeshClient ( string PortalID ) : MeshClient
PortalID string
리턴 Goedel.Mesh.MeshClient

GetPassword() 공개 메소드

public GetPassword ( GetPassword Options ) : void
Options GetPassword Command line parameters
리턴 void

Import() 공개 메소드

public Import ( Import Options ) : void
Options Import Command line parameters
리턴 void

List() 공개 메소드

public List ( List Options ) : void
Options List Command line parameters
리턴 void

Mail() 공개 메소드

public Mail ( Mail Options ) : void
Options Mail Command line parameters
리턴 void

Password() 공개 메소드

public Password ( Password Options ) : void
Options Password Command line parameters
리턴 void

Pending() 공개 메소드

public Pending ( Pending Options ) : void
Options Pending Command line parameters
리턴 void

Personal() 공개 메소드

Create a new personal profile
public Personal ( Personal Options ) : void
Options Personal Command line parameters
리턴 void

Register() 공개 메소드

public Register ( Register Options ) : void
Options Goedel.Mesh.Platform.Register Command line parameters
리턴 void

Report() 공개 메소드

public Report ( string Text ) : void
Text string
리턴 void

Report() 공개 메소드

public Report ( string Text, List Items ) : void
Text string
Items List
리턴 void

ReportWrite() 공개 메소드

public ReportWrite ( string Text ) : void
Text string
리턴 void

Reset() 공개 메소드

Erase all test profiles
public Reset ( Reset Options ) : void
Options Reset Command line parameters
리턴 void

SSH() 공개 메소드

public SSH ( SSH Options ) : void
Options SSH Command line parameters
리턴 void

Shell() 공개 메소드

public Shell ( ) : System
리턴 System

Sync() 공개 메소드

public Sync ( Sync Options ) : void
Options Sync Command line parameters
리턴 void

Verbose() 공개 메소드

public Verbose ( string Text ) : void
Text string
리턴 void