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
EntityType
The IEntityType with changes
IEntityType EntityType { get; }
Property Value
FlattenedProperties
The flattened IProperty associated to EntityType
IProperty[] FlattenedProperties { get; }
Property Value
Properties
The IProperty associated to EntityType
IProperty[] Properties { get; }