Walter.BOM
CreateProperty Method
Walter.BOM Assembly > Walter.BOM Namespace > ShouldSerializeContractResolver Class : CreateProperty Method
The member to create a Newtonsoft.Json.Serialization.JsonProperty for.
The member's parent Newtonsoft.Json.MemberSerialization.
Creates a Newtonsoft.Json.Serialization.JsonProperty for the given System.Reflection.MemberInfo.
Syntax
protected override Newtonsoft.Json.Serialization.JsonProperty CreateProperty( 
   MemberInfo member,
   Newtonsoft.Json.MemberSerialization memberSerialization
)

Parameters

member
The member to create a Newtonsoft.Json.Serialization.JsonProperty for.
memberSerialization
The member's parent Newtonsoft.Json.MemberSerialization.

Return Value

A created Newtonsoft.Json.Serialization.JsonProperty for the given System.Reflection.MemberInfo.
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
Base Implementation in CreateProperty