Table of Contents

Interface IValueContainerMetadata

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

Contains the metadata associated to a single data change

public interface IValueContainerMetadata

Properties

ComplexProperties

The IComplexProperty associated to EntityType

IComplexProperty[]? ComplexProperties { get; }

Property Value

IComplexProperty[]

EntityType

The IEntityType with changes

IEntityType EntityType { get; }

Property Value

IEntityType

FlattenedProperties

The flattened IProperty associated to EntityType

IProperty[] FlattenedProperties { get; }

Property Value

IProperty[]

Properties

The IProperty associated to EntityType

IProperty[] Properties { get; }

Property Value

IProperty[]