InstantiationBindingInterceptionData Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A parameter object passed to IInstantiationBindingInterceptor methods.
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct InstantiationBindingInterceptionData
[<System.Runtime.CompilerServices.IsReadOnly>]
type InstantiationBindingInterceptionData = struct
Public Structure InstantiationBindingInterceptionData
- Inheritance
-
InstantiationBindingInterceptionData
- Attributes
Remarks
See Logging, events, and diagnostics for more information and examples.
Constructors
InstantiationBindingInterceptionData(IEntityType) |
Constructs the parameter object. |
InstantiationBindingInterceptionData(ITypeBase) |
Constructs the parameter object. |
Properties
EntityType |
The entity type for which the binding is being used. |
TypeBase |
The entity type for which the binding is being used. |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework