C# Class SobekCM.Core.MicroservicesClient.MicroservicesClient_Config_Reader

Read the configuration file for the client side of micro-services links
ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Public Methods

Method Description
Read_Config ( string ConfigFile, string SystemBaseUrl ) : MicroservicesClient_Configuration

Static class is used to read the configuration file defining microservice endpoints

Read_Microservices_Client_Details ( XmlReader readerXml, MicroservicesClient_Configuration config, string SystemBaseUrl ) : void

Read the microservice endpoints portion of a XML file

Method Details

Read_Config() public static method

Static class is used to read the configuration file defining microservice endpoints
public static Read_Config ( string ConfigFile, string SystemBaseUrl ) : MicroservicesClient_Configuration
ConfigFile string Path and name of the configuration XML file to read
SystemBaseUrl string System base URL
return MicroservicesClient_Configuration

Read_Microservices_Client_Details() public static method

Read the microservice endpoints portion of a XML file
public static Read_Microservices_Client_Details ( XmlReader readerXml, MicroservicesClient_Configuration config, string SystemBaseUrl ) : void
readerXml XmlReader XML Reader open to the microservice portion
config MicroservicesClient_Configuration Configuration information
SystemBaseUrl string Base URL for this instance
return void