Class TabularConverterAttribute
Specifies the type of a tabular value converter. This class cannot be inherited.
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public sealed class TabularConverterAttribute : Attribute- Inheritance
- 
      
      
      TabularConverterAttribute
Constructors
TabularConverterAttribute(Type)
Initializes a new instance of the TabularConverterAttribute class with the specified converter type.
public TabularConverterAttribute(Type converterType)Parameters
- converterTypeType
- The type of the converter. Must be derived from the TabularConverter<T> class and have an accessible parameterless constructor.