[]
        
(Showing Draft Content)

C1.Web.Mvc.Serialization.C1ConverterAttribute

C1ConverterAttribute Class

Instructs the C1ConverterAttribute to use the specified BaseConverter when serializing the member or class.

Implements
Namespace: C1.Web.Mvc.Serialization
Assembly: C1.Web.Mvc.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Interface|AttributeTargets.Parameter)]
public abstract class C1ConverterAttribute : Attribute, _Attribute

Constructors

Name Description
C1ConverterAttribute(Type)

Initializes a new instance of the C1ConverterAttribute class.

C1ConverterAttribute(Type, params object[])

Initializes a new instance of the C1ConverterAttribute class.

Properties

Name Description
ConverterParameters

The parameter list to use when constructing the JsonConverter described by ConverterType.
If null, the default constructor is used.

ConverterType

Gets the type of the converter.