C# Class Goedel.Mesh.MeshPortalDirect

Direct connection to service provider via API calls.
Inheritance: MeshLocalPortal
Exibir arquivo Open project: hallambaker/Mathematical-Mesh

Public Methods

Method Description
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.

Protected Methods

Method Description
Init ( string ServiceName, string MeshStore, string PortalStore ) : void

Initialize the portal

Method Details

GetService() public method

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.
return MeshService

Init() protected method

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.
return void

MeshPortalDirect() public method

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

MeshPortalDirect() public method

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.
return System

MeshPortalDirect() public method

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.
return System