Walter.BOM
CreateProperties Method
Walter.BOM Assembly > Walter.BOM Namespace > ShouldSerializeContractResolver Class : CreateProperties Method
The type to create properties for.
The member serialization mode for the type.
Creates properties for the given Newtonsoft.Json.Serialization.JsonContract.
Syntax
protected virtual IList<JsonProperty> CreateProperties( 
   Type type,
   Newtonsoft.Json.MemberSerialization memberSerialization
)

Parameters

type
The type to create properties for.
memberSerialization
The member serialization mode for the type.

Return Value

Properties for the given Newtonsoft.Json.Serialization.JsonContract.
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