Table of Contents

Enum WellKnownManagedTypes

Namespace
MASES.EntityFrameworkCore.KNet.Serialization
Assembly
MASES.EntityFrameworkCore.KNet.Serialization.dll

List of Type managed from PropertyData

public enum WellKnownManagedTypes

Fields

Bool = 5

bool

Byte = 8

byte

Bytes = 18

Represent a generic array of byte

Char = 6

char

ComplexType = 268435456

Defines a property as IComplexType

ComplexTypeAsJson = 536870912

Defines a property as IComplexType converted into Json since it is missing its IComplexTypeConverter

DateTime = 3

DateTime

DateTimeOffset = 4

DateTimeOffset

Decimal = 17

decimal

Double = 15

double

Float = 16

float

Guid = 2

Guid

Int = 11

int

Long = 13

long

SByte = 7

sbyte

Short = 9

short

String = 1

string

UInt = 12

uint

ULong = 14

ulong

UShort = 10

ushort

Undefined = 0

Not defined or not found