C# Class com.healthmarketscience.api.samples.dotnet.Core.HmsApiConfig

显示文件 Open project: hmsonline/hms-api-starter-csharp

Public Properties

Property Type Description
BasePath string
IndexName string
WebserviceName string

Public Methods

Method Description
HmsApiConfig ( ) : System
HmsApiConfig ( string basePath, string webserviceName, string indexName ) : System

Method Details

HmsApiConfig() public method

public HmsApiConfig ( ) : System
return System

HmsApiConfig() public method

public HmsApiConfig ( string basePath, string webserviceName, string indexName ) : System
basePath string
webserviceName string
indexName string
return System

Property Details

BasePath public_oe property

public string BasePath
return string

IndexName public_oe property

public string IndexName
return string

WebserviceName public_oe property

public string WebserviceName
return string