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 |
---|
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Assembly | Assembly to load for this class, if this is an external assembly |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Class | Complete namespace and name of the class which fulfills a microservice endpoint requests |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | ID | Identifier for this component, which is referenced within the configuration file to specify this component |
See Also