Aracılığıyla paylaş


ServiceParameterBinding Oluşturucular

Tanım

Aşırı Yüklemeler

ServiceParameterBinding(Type, Type, IPropertyBase)

Verilen hizmet türü veya meta veri türü için yeni ServiceParameterBinding bir örnek oluşturur.

ServiceParameterBinding(Type, Type, IPropertyBase[])

Verilen hizmet türü veya meta veri türü için yeni ServiceParameterBinding bir örnek oluşturur.

ServiceParameterBinding(Type, Type, IPropertyBase)

Kaynak:
ServiceParameterBinding.cs
Kaynak:
ServiceParameterBinding.cs
Kaynak:
ServiceParameterBinding.cs

Verilen hizmet türü veya meta veri türü için yeni ServiceParameterBinding bir örnek oluşturur.

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)

Parametreler

parameterType
Type

CLR parametresi türü.

serviceType
Type

Hizmet veya meta veri CLR türü.

serviceProperty
IPropertyBase

İlişkili IServiceProperty, veya null.

Şunlara uygulanır

ServiceParameterBinding(Type, Type, IPropertyBase[])

Kaynak:
ServiceParameterBinding.cs
Kaynak:
ServiceParameterBinding.cs
Kaynak:
ServiceParameterBinding.cs
Kaynak:
ServiceParameterBinding.cs

Verilen hizmet türü veya meta veri türü için yeni ServiceParameterBinding bir örnek oluşturur.

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())

Parametreler

parameterType
Type

CLR parametresi türü.

serviceType
Type

Hizmet veya meta veri CLR türü.

serviceProperties
IPropertyBase[]

İlişkili IServiceProperty örnekler veya null.

Şunlara uygulanır