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: 6.3.0.0 (0.8.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