C# 클래스 Goedel.Mesh.MeshPortalDirect

Direct connection to service provider via API calls.
상속: MeshLocalPortal
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 메소드들

메소드 설명
GetService ( string Portal, string Account ) : MeshService

Return a MeshService object for the named portal service.

MeshPortalDirect ( ) : System

Create new portal using the default stores.

MeshPortalDirect ( string MeshStore, string PortalStore ) : System

Create a new portal using the specified stores.

MeshPortalDirect ( string ServiceName, string MeshStore, string PortalStore ) : System

Create a new portal using the specified stores.

보호된 메소드들

메소드 설명
Init ( string ServiceName, string MeshStore, string PortalStore ) : void

Initialize the portal

메소드 상세

GetService() 공개 메소드

Return a MeshService object for the named portal service.
public GetService ( string Portal, string Account ) : MeshService
Portal string The portal to get the service from.
Account string The account to get.
리턴 MeshService

Init() 보호된 메소드

Initialize the portal
protected Init ( string ServiceName, string MeshStore, string PortalStore ) : void
ServiceName string DNS service name
MeshStore string File name for the Mesh Store.
PortalStore string File name for the Portal Store.
리턴 void

MeshPortalDirect() 공개 메소드

Create new portal using the default stores.
public MeshPortalDirect ( ) : System
리턴 System

MeshPortalDirect() 공개 메소드

Create a new portal using the specified stores.
public MeshPortalDirect ( string MeshStore, string PortalStore ) : System
MeshStore string File name for the Mesh Store.
PortalStore string File name for the Portal Store.
리턴 System

MeshPortalDirect() 공개 메소드

Create a new portal using the specified stores.
public MeshPortalDirect ( string ServiceName, string MeshStore, string PortalStore ) : System
ServiceName string DNS service name
MeshStore string File name for the Mesh Store.
PortalStore string File name for the Portal Store.
리턴 System