Engine_Component Class
Code component which provides methods to fulfill microservice endpoint requests
Namespace: SobekCM.Core.Configuration.EngineAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("EngineComponent")]
[DataContractAttribute]
public class Engine_Component |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| Assembly | Assembly to load for this class, if this is an external assembly |
| Class | Complete namespace and name of the class which fulfills a microservice endpoint requests |
| ID | Identifier for this component, which is referenced within the configuration file to specify this component |
See Also