Share via


InstantiationBindingInterceptionData Struct

Definition

A parameter object passed to IInstantiationBindingInterceptor methods.

[System.Runtime.CompilerServices.IsReadOnly]
[System.Runtime.CompilerServices.Nullable(0)]
public readonly struct InstantiationBindingInterceptionData
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct InstantiationBindingInterceptionData
[<System.Runtime.CompilerServices.IsReadOnly>]
[<System.Runtime.CompilerServices.Nullable(0)>]
type InstantiationBindingInterceptionData = struct
[<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

Name Description
InstantiationBindingInterceptionData(IEntityType)

Constructs the parameter object.

InstantiationBindingInterceptionData(ITypeBase)

Constructs the parameter object.

Properties

Name Description
EntityType

The entity type for which the binding is being used.

TypeBase

The entity type for which the binding is being used.

Applies to