CodeFirstTypeConverterAttribute
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
- Ancestry: Attribute | CodeFirstTypeConverterAttribute
Properties
SupportedType
property SupportedType: Type read write;
Type SupportedType { get; set; }
Property SupportedType() As Type
Type
property Type: Type read write;
Type Type { get; set; }
Property Type() As Type
Instance Methods
constructor
constructor(newType: Type; supportedType: Type)
CodeFirstTypeConverterAttribute(Type newType, Type supportedType)
Sub New(newType As Type, supportedType As Type)
Parameters:
- newType:
- supportedType: