| MappingPropertySetter Method |
Returns an
MappingAttributeMapper that converts an
attribute name to its .NET property setter according to .NET
conventions.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static MappingAttributeMapper PropertySetter()
Public Shared Function PropertySetter As MappingAttributeMapper
public:
static MappingAttributeMapper^ PropertySetter()
Return Value
Type:
MappingAttributeMapperA .NET property setter converter.
Remarks
Given an attribute called xxx, the converted modifier is
called set_Xxx().
See Also