Click or drag to resize

DataConverterAttribute Class

Specifies what type to use as a converter for the object this attribute is bound to.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.PLC.CommsDataConverterAttribute

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public sealed class DataConverterAttribute : Attribute

The DataConverterAttribute type exposes the following members.

Constructors
  NameDescription
Public methodDataConverterAttribute
Initializes a new instance of the DataConverterAttribute class, using the specified type as the data converter for the object this attribute is bound to.
Top
Properties
  NameDescription
Public propertyConverterType
The type that represents the converter class to use for data conversion.
Top
See Also