Compartir a través de


ServiceParameterBinding Constructores

Definición

Sobrecargas

ServiceParameterBinding(Type, Type, IPropertyBase)

Crea una nueva ServiceParameterBinding instancia para el tipo de servicio o el tipo de metadatos especificados.

ServiceParameterBinding(Type, Type, IPropertyBase[])

Crea una nueva ServiceParameterBinding instancia para el tipo de servicio o el tipo de metadatos especificados.

ServiceParameterBinding(Type, Type, IPropertyBase)

Crea una nueva ServiceParameterBinding instancia para el tipo de servicio o el tipo de metadatos especificados.

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)

Parámetros

parameterType
Type

Tipo CLR del parámetro.

serviceType
Type

Tipo CLR de servicios o metadatos.

serviceProperty
IPropertyBase

IServicePropertyAsociado , o null.

Se aplica a

ServiceParameterBinding(Type, Type, IPropertyBase[])

Crea una nueva ServiceParameterBinding instancia para el tipo de servicio o el tipo de metadatos especificados.

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

Parámetros

parameterType
Type

Tipo CLR del parámetro.

serviceType
Type

Tipo CLR de servicios o metadatos.

serviceProperties
IPropertyBase[]

Las instancias asociadas IServiceProperty o null.

Se aplica a