[]
        
(Showing Draft Content)

C1.Web.Mvc.Serialization.C1ConverterAttribute.-ctor

C1ConverterAttribute Constructor

C1ConverterAttribute(Type)

Initializes a new instance of the C1ConverterAttribute class.

Declaration
protected C1ConverterAttribute(Type converterType)
Parameters
Type Name Description
Type converterType

Type of the converter.

C1ConverterAttribute(Type, params object[])

Initializes a new instance of the C1ConverterAttribute class.

Declaration
protected C1ConverterAttribute(Type converterType, params object[] converterParameters)
Parameters
Type Name Description
Type converterType

Type of the converter.

object[] converterParameters

Parameter list to use when constructing the JsonConverter. Can be null.