Class ResponseMappingAttribute
- Namespace
- Dynamicweb.DataIntegration.Integration
- Assembly
- Dynamicweb.DataIntegration.dll
Defines if the provider supports Response mappings
public sealed class ResponseMappingAttribute : Attribute
- Inheritance
-
ResponseMappingAttribute
- Inherited Members
Constructors
ResponseMappingAttribute(bool)
Initializes a new instance of the ResponseMappingAttribute class.
public ResponseMappingAttribute(bool supportResponseMapping)
Parameters
supportResponseMapping
bool
Properties
SupportsResponseMapping
Gets or sets the SupportsResponseMapping Property.
public bool SupportsResponseMapping { get; set; }