Click or drag to resize

MappingSetCap Method

Returns an MappingAttributeMapper that converts an attribute name to its Camel-case equivalent.

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 SetCap()

Return Value

Type: MappingAttributeMapper
A Camel-case converter MappingAttributeMapper.
Remarks
Given an attribute called xxx, the converted modifier is called SetXxx().
See Also