C# 클래스 SobekCM.Engine_Library.Endpoints.BuilderServices

Class supports all the builder-related services provided by the SobekCM engine
상속: EndpointBase
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
GetBuilderSettings ( HttpResponse Response, List UrlSegments, NameValueCollection QueryString, Microservice_Endpoint_Protocol_Enum Protocol, bool IsDebug ) : void

Gets the builder-specific settings, including all the builder modules and incoming folders

GetBuilderStatus ( HttpResponse Response, List UrlSegments, NameValueCollection QueryString, Microservice_Endpoint_Protocol_Enum Protocol, bool IsDebug ) : void

Gets the latest update on the builder status, including the relevant builder setting values and updates on the scheduled tasks

GetSingleFolder ( HttpResponse Response, List UrlSegments, NameValueCollection QueryString, Microservice_Endpoint_Protocol_Enum Protocol, bool IsDebug ) : void

Gets the information about a single incoming builder folder

Get_Builder_Logs_JDataTable ( HttpResponse Response, List UrlSegments, NameValueCollection QueryString, Microservice_Endpoint_Protocol_Enum Protocol, bool IsDebug ) : void

Get the list of all the recent updates for consumption by the jQuery DataTable.net plug-in

비공개 메소드들

메소드 설명
get_recent_builder_logs ( System.DateTime StartDate, System.DateTime EndDate, string Filter, bool Include_No_Work, Custom_Tracer Tracer ) : DataSet

메소드 상세

GetBuilderSettings() 공개 메소드

Gets the builder-specific settings, including all the builder modules and incoming folders
public GetBuilderSettings ( HttpResponse Response, List UrlSegments, NameValueCollection QueryString, Microservice_Endpoint_Protocol_Enum Protocol, bool IsDebug ) : void
Response System.Web.HttpResponse
UrlSegments List
QueryString System.Collections.Specialized.NameValueCollection
Protocol Microservice_Endpoint_Protocol_Enum
IsDebug bool
리턴 void

GetBuilderStatus() 공개 메소드

Gets the latest update on the builder status, including the relevant builder setting values and updates on the scheduled tasks
public GetBuilderStatus ( HttpResponse Response, List UrlSegments, NameValueCollection QueryString, Microservice_Endpoint_Protocol_Enum Protocol, bool IsDebug ) : void
Response System.Web.HttpResponse
UrlSegments List
QueryString System.Collections.Specialized.NameValueCollection
Protocol Microservice_Endpoint_Protocol_Enum
IsDebug bool
리턴 void

GetSingleFolder() 공개 메소드

Gets the information about a single incoming builder folder
public GetSingleFolder ( HttpResponse Response, List UrlSegments, NameValueCollection QueryString, Microservice_Endpoint_Protocol_Enum Protocol, bool IsDebug ) : void
Response System.Web.HttpResponse
UrlSegments List
QueryString System.Collections.Specialized.NameValueCollection
Protocol Microservice_Endpoint_Protocol_Enum
IsDebug bool
리턴 void

Get_Builder_Logs_JDataTable() 공개 메소드

Get the list of all the recent updates for consumption by the jQuery DataTable.net plug-in
public Get_Builder_Logs_JDataTable ( HttpResponse Response, List UrlSegments, NameValueCollection QueryString, Microservice_Endpoint_Protocol_Enum Protocol, bool IsDebug ) : void
Response System.Web.HttpResponse
UrlSegments List
QueryString System.Collections.Specialized.NameValueCollection
Protocol Microservice_Endpoint_Protocol_Enum
IsDebug bool
리턴 void