SobekEngineClient_AggregationEndpoints Class
Gateway to all the aggregation-related endpoints exposed by the SobekCM engine
Namespace: SobekCM.Core.ClientAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public class SobekEngineClient_AggregationEndpoints : MicroservicesClientBase |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| Add_New_Aggregation | Add a new aggregation to the system |
| Deserialize<(Of <<'(T>)>>)(String, Microservice_Endpoint_Protocol_Enum, Custom_Tracer) | Deserialize an object from a remote microservice URI (Generic method) (Inherited from MicroservicesClientBase.) |
| Deserialize<(Of <<'(T>)>>)(String, Microservice_Endpoint_Protocol_Enum, List<(Of <<'(KeyValuePair<(Of <<'(String, String>)>>)>)>>), String, Custom_Tracer) | Deserialize an object from a remote microservice URI (Generic method) (Inherited from MicroservicesClientBase.) |
| Get_Aggregation | Gets the language-specific item aggregation, by aggregation code and language code |
| Get_Aggregation_Hierarchy | Gets the entire collection hierarchy (used for hierarchical tree displays) |
| Get_Aggregation_HTML_Child_Page | Gets the all information, including the HTML, for an item aggregation child page |
| Get_Complete_Aggregation | Gets the complete (language agnostic) item aggregation, by aggregation code |
| GetEndpointConfig | Gets the endpoint information from the microservices client configuration (Inherited from MicroservicesClientBase.) |
Properties
See Also