Walter.BOM
ResolveDictionaryKey Method
Walter.BOM Assembly > Walter.BOM Namespace > ShouldSerializeContractResolver Class : ResolveDictionaryKey Method
Key of the dictionary.
Resolves the key of the dictionary. By default Newtonsoft.Json.Serialization.DefaultContractResolver.ResolvePropertyName(System.String) is used to resolve dictionary keys.
Syntax
protected virtual string ResolveDictionaryKey( 
   string dictionaryKey
)

Parameters

dictionaryKey
Key of the dictionary.

Return Value

Resolved key of the dictionary.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ShouldSerializeContractResolver Class
ShouldSerializeContractResolver Members