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) |
DependencyInjectionParameterBindingVerilen hizmet türü için yeni bir örnek oluşturur. |
| DependencyInjectionParameterBinding(Type, Type, IPropertyBase[]) |
DependencyInjectionParameterBindingVerilen hizmet türü için yeni bir örnek oluşturur. |
DependencyInjectionParameterBinding(Type, Type, IPropertyBase)
DependencyInjectionParameterBindingVerilen hizmet türü için yeni 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 türü parametresi.
- serviceType
- Type
Bağımlılık ekleme işleminden çözümlenen olarak hizmet CLR türleri
- serviceProperty
- IPropertyBase
İlişkili IServiceProperty veya null.
Şunlara uygulanır
DependencyInjectionParameterBinding(Type, Type, IPropertyBase[])
DependencyInjectionParameterBindingVerilen hizmet türü için yeni 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 türü parametresi.
- serviceType
- Type
Bağımlılık ekleme işleminden çözümlenen olarak hizmet CLR türleri
- serviceProperties
- IPropertyBase[]
İlişkili IServiceProperty nesneler veya null .