Delen via


MaterializationInterceptionData Constructors

Definition

Overloads

MaterializationInterceptionData(MaterializationContext, IEntityType, Dictionary<IPropertyBase,ValueTuple<Object,Func<MaterializationContext, Object>>>)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

MaterializationInterceptionData(MaterializationContext, IEntityType, Nullable<QueryTrackingBehavior>, Dictionary<IPropertyBase,ValueTuple<Object, Func<MaterializationContext,Object>>>)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

MaterializationInterceptionData(MaterializationContext, IEntityType, Dictionary<IPropertyBase,ValueTuple<Object,Func<MaterializationContext, Object>>>)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public MaterializationInterceptionData (Microsoft.EntityFrameworkCore.Storage.MaterializationContext materializationContext, Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, System.Collections.Generic.Dictionary<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,(object TypedAccessor, Func<Microsoft.EntityFrameworkCore.Storage.MaterializationContext,object?> Accessor)> valueAccessor);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Diagnostics.MaterializationInterceptionData : Microsoft.EntityFrameworkCore.Storage.MaterializationContext * Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Collections.Generic.Dictionary<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase, ValueTuple<obj, Func<Microsoft.EntityFrameworkCore.Storage.MaterializationContext, obj>>> -> Microsoft.EntityFrameworkCore.Diagnostics.MaterializationInterceptionData
Public Sub New (materializationContext As MaterializationContext, entityType As IEntityType, valueAccessor As Dictionary(Of IPropertyBase, ValueTuple(Of Object, Func(Of MaterializationContext, Object))))

Parameters

materializationContext
MaterializationContext
entityType
IEntityType
Attributes

Applies to

MaterializationInterceptionData(MaterializationContext, IEntityType, Nullable<QueryTrackingBehavior>, Dictionary<IPropertyBase,ValueTuple<Object, Func<MaterializationContext,Object>>>)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public MaterializationInterceptionData (Microsoft.EntityFrameworkCore.Storage.MaterializationContext materializationContext, Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.QueryTrackingBehavior? queryTrackingBehavior, System.Collections.Generic.Dictionary<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase,(object TypedAccessor, Func<Microsoft.EntityFrameworkCore.Storage.MaterializationContext,object?> Accessor)> valueAccessor);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Diagnostics.MaterializationInterceptionData : Microsoft.EntityFrameworkCore.Storage.MaterializationContext * Microsoft.EntityFrameworkCore.Metadata.IEntityType * Nullable<Microsoft.EntityFrameworkCore.QueryTrackingBehavior> * System.Collections.Generic.Dictionary<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase, ValueTuple<obj, Func<Microsoft.EntityFrameworkCore.Storage.MaterializationContext, obj>>> -> Microsoft.EntityFrameworkCore.Diagnostics.MaterializationInterceptionData
Public Sub New (materializationContext As MaterializationContext, entityType As IEntityType, queryTrackingBehavior As Nullable(Of QueryTrackingBehavior), valueAccessor As Dictionary(Of IPropertyBase, ValueTuple(Of Object, Func(Of MaterializationContext, Object))))

Parameters

materializationContext
MaterializationContext
entityType
IEntityType
queryTrackingBehavior
Nullable<QueryTrackingBehavior>
Attributes

Applies to