Engine_VerbMapping Class
Individual mapping from a HTML verb to a component/method
Namespace: SobekCM.Core.Configuration.EngineAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("EngineVerbMapping")]
[DataContractAttribute]
[ProtoContractAttribute]
public class Engine_VerbMapping |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| Component | Component defines the class which is used to fulfil the request |
| ComponentId | Key for the component from the XML file |
| Enabled | Flag indicates if this endpoint is enabled or disabled |
| Method | Method within the class specified by the component that should be called to fulfil the request |
| Protocol | Protocol which this endpoint utilizes ( JSON or Protocol Buffer ) |
| RequestType | Request type expected for this endpoint ( either a GET or a POST ) |
| RestrictionRanges | If this endpoint is restricted to some IP ranges, this is the list of restriction ranges that
can access this endpoint |
| RestrictionRangeSetId | Restriction IDs that point to any sets of IP addresses to restrict access
to this endpoint |
See Also