C# Class SobekCM.Core.MicroservicesClient.MicroservicesClient_Config_Reader

Read the configuration file for the client side of micro-services links
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat MicroservicesClient_Configuration

Read_Microservices_Client_Details() public static méthode

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
Résultat void