DependencyInjectionMethodParameterBinding 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
DependencyInjectionMethodParameterBinding(Type, Type, MethodInfo, IPropertyBase) |
Verilen hizmet türünün verilen yöntemi için yeni DependencyInjectionParameterBinding bir örnek oluşturur. |
DependencyInjectionMethodParameterBinding(Type, Type, MethodInfo, IPropertyBase[]) |
Verilen hizmet türünün verilen yöntemi için yeni DependencyInjectionParameterBinding bir örnek oluşturur. |
DependencyInjectionMethodParameterBinding(Type, Type, MethodInfo, IPropertyBase)
Verilen hizmet türünün verilen yöntemi için yeni DependencyInjectionParameterBinding bir örnek oluşturur.
public DependencyInjectionMethodParameterBinding (Type parameterType, Type serviceType, System.Reflection.MethodInfo method, Microsoft.EntityFrameworkCore.Metadata.IPropertyBase serviceProperty = default);
new Microsoft.EntityFrameworkCore.Metadata.DependencyInjectionMethodParameterBinding : Type * Type * System.Reflection.MethodInfo * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> Microsoft.EntityFrameworkCore.Metadata.DependencyInjectionMethodParameterBinding
Public Sub New (parameterType As Type, serviceType As Type, method As MethodInfo, 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
- method
- MethodInfo
Bağlanacak hizmetin yöntemi.
- serviceProperty
- IPropertyBase
İlişkili IServiceProperty, veya null.
Şunlara uygulanır
DependencyInjectionMethodParameterBinding(Type, Type, MethodInfo, IPropertyBase[])
Verilen hizmet türünün verilen yöntemi için yeni DependencyInjectionParameterBinding bir örnek oluşturur.
public DependencyInjectionMethodParameterBinding (Type parameterType, Type serviceType, System.Reflection.MethodInfo method, params Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[]? serviceProperties);
new Microsoft.EntityFrameworkCore.Metadata.DependencyInjectionMethodParameterBinding : Type * Type * System.Reflection.MethodInfo * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] -> Microsoft.EntityFrameworkCore.Metadata.DependencyInjectionMethodParameterBinding
Public Sub New (parameterType As Type, serviceType As Type, method As MethodInfo, ParamArray serviceProperties As IPropertyBase())
Parametreler
- parameterType
- Type
CLR parametresi türü.
- serviceType
- Type
Bağımlılık eklemeden çözümlenen hizmet CLR türleri
- method
- MethodInfo
Bağlanacak hizmetin yöntemi.
- serviceProperties
- IPropertyBase[]
İlişkili IServiceProperty nesneler veya null
.
Şunlara uygulanır
Entity Framework