Udostępnij za pośrednictwem


ServiceParameterBinding Konstruktory

Definicja

Przeciążenia

ServiceParameterBinding(Type, Type, IPropertyBase)

Tworzy nowe ServiceParameterBinding wystąpienie dla danego typu usługi lub typu metadanych.

ServiceParameterBinding(Type, Type, IPropertyBase[])

Tworzy nowe ServiceParameterBinding wystąpienie dla danego typu usługi lub typu metadanych.

ServiceParameterBinding(Type, Type, IPropertyBase)

Tworzy nowe ServiceParameterBinding wystąpienie dla danego typu usługi lub typu metadanych.

protected ServiceParameterBinding (Type parameterType, Type serviceType, Microsoft.EntityFrameworkCore.Metadata.IPropertyBase serviceProperty = default);
new Microsoft.EntityFrameworkCore.Metadata.ServiceParameterBinding : Type * Type * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> Microsoft.EntityFrameworkCore.Metadata.ServiceParameterBinding
Protected Sub New (parameterType As Type, serviceType As Type, Optional serviceProperty As IPropertyBase = Nothing)

Parametry

parameterType
Type

Typ CLR parametru.

serviceType
Type

Typ CLR usługi lub metadanych.

serviceProperty
IPropertyBase

Skojarzona wartość IServiceProperty, lub null.

Dotyczy

ServiceParameterBinding(Type, Type, IPropertyBase[])

Tworzy nowe ServiceParameterBinding wystąpienie dla danego typu usługi lub typu metadanych.

protected ServiceParameterBinding (Type parameterType, Type serviceType, params Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]? serviceProperties);
new Microsoft.EntityFrameworkCore.Metadata.ServiceParameterBinding : Type * Type * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] -> Microsoft.EntityFrameworkCore.Metadata.ServiceParameterBinding
Protected Sub New (parameterType As Type, serviceType As Type, ParamArray serviceProperties As IPropertyBase())

Parametry

parameterType
Type

Typ CLR parametru.

serviceType
Type

Typ CLR usługi lub metadanych.

serviceProperties
IPropertyBase[]

Skojarzone IServiceProperty wystąpienia lub wartość null.

Dotyczy