Class MigratedTypeAttribute
Inheritance
System.Object
MigratedTypeAttribute
Assembly: Eco.Core.dll
Syntax
public class MigratedTypeAttribute : Attribute
Constructors
MigratedTypeAttribute(String)
Declaration
public MigratedTypeAttribute(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Properties
IsNullable
Declaration
public bool IsNullable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
SchemaType
Declaration
public string SchemaType { get; }
Property Value
Type |
Description |
System.String |
|
Extension Methods