Click or drag to resize

OrderedContractResolverCreateProperties Method

[Missing <summary> documentation for "M:Casewhere.Common.OrderedContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)"]


Namespace: Casewhere.Common
Assembly: Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected override IList<JsonProperty> CreateProperties(
	Type type,
	MemberSerialization memberSerialization
)

Parameters

type  Type
 
memberSerialization  MemberSerialization
 

Return Value

IListJsonProperty

[Missing <returns> documentation for "M:Casewhere.Common.OrderedContractResolver.CreateProperties(System.Type,Newtonsoft.Json.MemberSerialization)"]

See Also