Поделиться через


ServiceParameterBinding Конструкторы

Определение

Перегрузки

ServiceParameterBinding(Type, Type, IPropertyBase)

Создает новый ServiceParameterBinding экземпляр для заданного типа службы или типа метаданных.

ServiceParameterBinding(Type, Type, IPropertyBase[])

Создает новый ServiceParameterBinding экземпляр для заданного типа службы или типа метаданных.

ServiceParameterBinding(Type, Type, IPropertyBase)

Создает новый ServiceParameterBinding экземпляр для заданного типа службы или типа метаданных.

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)

Параметры

parameterType
Type

Тип параметра CLR.

serviceType
Type

Тип CLR службы или метаданных.

serviceProperty
IPropertyBase

Связанный IServicePropertyобъект или null.

Применяется к

ServiceParameterBinding(Type, Type, IPropertyBase[])

Создает новый ServiceParameterBinding экземпляр для заданного типа службы или типа метаданных.

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

Параметры

parameterType
Type

Тип параметра CLR.

serviceType
Type

Тип CLR службы или метаданных.

serviceProperties
IPropertyBase[]

Связанные IServiceProperty экземпляры или значение NULL.

Применяется к