C# 클래스 SobekCM.Core.MicroservicesClient.MicroservicesClient_Config_Reader

Read the configuration file for the client side of micro-services links
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Read_Config() 공개 정적인 메소드

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
리턴 MicroservicesClient_Configuration

Read_Microservices_Client_Details() 공개 정적인 메소드

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
리턴 void