SobekEngineClient_ItemEndpoints Class
 Gateway to all the item-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_ItemEndpoints : MicroservicesClientBase  | 
 
Inheritance Hierarchy
Constructors
Methods
| 
							 
						 | Name | Description | 
|---|
  | 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_Item_Brief |  Gets the brief digital resource object, by BibID_VID   | 
  | Get_Item_EAD |  Gets the special EAD information related to a digital resource object, by BibID_VID   | 
  | Get_Item_MARC_Record |  Gets the digital resource, mapped to a MARC record object, by BibID_VID   | 
  | Get_Sobek_Item(String, String, Custom_Tracer) |  | 
  | Get_Sobek_Item(String, String, Int32, Custom_Tracer) |  | 
  | Get_Sobek_Item_Group |  | 
  | GetEndpointConfig |  Gets the endpoint information from the microservices client configuration   (Inherited from MicroservicesClientBase.) | 
 
See Also