You are here: Symbol Reference > Stimulsoft.Base.Json.Serialization Namespace > DefaultContractResolver Class > DefaultContractResolver Methods > CreatePropertyFromConstructorParameter Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
DefaultContractResolver.CreatePropertyFromConstructorParameter Method

Creates a JsonProperty for the given ParameterInfo.

Syntax
C++
C#
Visual Basic
protected: JsonProperty CreatePropertyFromConstructorParameter( JsonProperty matchingMemberProperty, ParameterInfo parameterInfo );
Parameters
Parameters 
Description 
matchingMemberProperty 
The matching member property. 
parameterInfo 
The constructor parameter. 
Returns

A created JsonProperty for the given ParameterInfo.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.