FieldConverterAttribute Constructor |
Name | Description | |
---|---|---|
![]() | FieldConverterAttribute(Type) | Indicates a custom ConverterBase implementation. |
![]() | FieldConverterAttribute(ConverterKind) | Indicates the ConverterKind used for read/write operations. |
![]() | FieldConverterAttribute(Type, Object) | Indicates a custom ConverterBase implementation. |
![]() | FieldConverterAttribute(Type, String) | Indicates a custom ConverterBase implementation. |
![]() | FieldConverterAttribute(ConverterKind, String) | Indicates the ConverterKind used for read/write operations. |
![]() | FieldConverterAttribute(Type, String, String) | Indicates a custom ConverterBase implementation. |
![]() | FieldConverterAttribute(ConverterKind, String, String) | Indicates the ConverterKind used for read/write operations. |
![]() | FieldConverterAttribute(Type, String, String, String) | Indicates a custom ConverterBase implementation. |
![]() | FieldConverterAttribute(ConverterKind, String, String, String) | Indicates the ConverterKind used for read/write operations. |