Click or drag to resize

FlavorsMapCustomName Method

Get the custom name for the specified flavor bit.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string CustomName(
	int flavor,
	string defaultName
)

Parameters

flavor
Type: SystemInt32
The flavor bit in question.
defaultName
Type: SystemString
The default name to use if there are no custom flavor names specified.

Return Value

Type: String
The custom flavor name, if appropriate.
See Also