Click or drag to resize

MappingPropertySetter Method

Returns an MappingAttributeMapper that converts an attribute name to its .NET property setter according to .NET conventions.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public static MappingAttributeMapper PropertySetter()

Return Value

Type: MappingAttributeMapper
A .NET property setter converter.
Remarks
Given an attribute called xxx, the converted modifier is called set_Xxx().
See Also