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