C# Класс SobekCM.Engine_Library.Endpoints.BuilderServices

Class supports all the builder-related services provided by the SobekCM engine
Наследование: EndpointBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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