You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonPropertyAttribute Class > JsonPropertyAttribute Properties > ItemConverterParameters Property
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonPropertyAttribute.ItemConverterParameters Property

The parameter list to use when constructing the JsonConverter described by ItemConverterType. If null, the default constructor is used. When non-null, there must be a constructor defined in the JsonConverter that exactly matches the number, order, and type of these parameters.

Syntax
C++
C#
Visual Basic
public: __property object[] ItemConverterParameters;

[JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]

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