Interface IValueContainerData
- Namespace
- MASES.EntityFrameworkCore.KNet.Serialization
- Assembly
- MASES.EntityFrameworkCore.KNet.Serialization.dll
Contains the data associated to a single data change
public interface IValueContainerData : IValueContainerMetadata
- Inherited Members
Properties
ComplexPropertyValues
The ValueBuffer containing all indexed values of the ComplexProperties
object?[]? ComplexPropertyValues { get; }
Property Value
- object[]
PropertyValues
The ValueBuffer containing all indexed values of the FlattenedProperties
object?[] PropertyValues { get; }
Property Value
- object[]
Remarks
Values are indexed and the first values are associated to Properties too