DependencyInjectionParameterBinding Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
DependencyInjectionParameterBinding(Type, Type, IPropertyBase) |
Verilen hizmet türü için yeni DependencyInjectionParameterBinding bir örnek oluşturur. |
DependencyInjectionParameterBinding(Type, Type, IPropertyBase[]) |
Verilen hizmet türü için yeni DependencyInjectionParameterBinding bir örnek oluşturur. |
DependencyInjectionParameterBinding(Type, Type, IPropertyBase)
Verilen hizmet türü için yeni DependencyInjectionParameterBinding bir örnek oluşturur.
public DependencyInjectionParameterBinding (Type parameterType, Type serviceType, Microsoft.EntityFrameworkCore.Metadata.IPropertyBase serviceProperty = default);
new Microsoft.EntityFrameworkCore.Metadata.DependencyInjectionParameterBinding : Type * Type * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> Microsoft.EntityFrameworkCore.Metadata.DependencyInjectionParameterBinding
Public Sub New (parameterType As Type, serviceType As Type, Optional serviceProperty As IPropertyBase = Nothing)
Parametreler
- parameterType
- Type
CLR parametresi türü.
- serviceType
- Type
Bağımlılık eklemeden çözümlenen hizmet CLR türleri
- serviceProperty
- IPropertyBase
İlişkili IServiceProperty, veya null.
Şunlara uygulanır
DependencyInjectionParameterBinding(Type, Type, IPropertyBase[])
Verilen hizmet türü için yeni DependencyInjectionParameterBinding bir örnek oluşturur.
public DependencyInjectionParameterBinding (Type parameterType, Type serviceType, params Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]? serviceProperties);
new Microsoft.EntityFrameworkCore.Metadata.DependencyInjectionParameterBinding : Type * Type * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] -> Microsoft.EntityFrameworkCore.Metadata.DependencyInjectionParameterBinding
Public Sub New (parameterType As Type, serviceType As Type, ParamArray serviceProperties As IPropertyBase())
Parametreler
- parameterType
- Type
CLR parametresi türü.
- serviceType
- Type
Bağımlılık eklemeden çözümlenen hizmet CLR türleri
- serviceProperties
- IPropertyBase[]
İlişkili IServiceProperty nesneler veya null
.
Şunlara uygulanır
Entity Framework