Sdílet prostřednictvím


ServiceParameterBinding Konstruktory

Definice

Přetížení

ServiceParameterBinding(Type, Type, IPropertyBase)

Vytvoří novou ServiceParameterBinding instanci pro daný typ služby nebo typ metadat.

ServiceParameterBinding(Type, Type, IPropertyBase[])

Vytvoří novou ServiceParameterBinding instanci pro daný typ služby nebo typ metadat.

ServiceParameterBinding(Type, Type, IPropertyBase)

Vytvoří novou ServiceParameterBinding instanci pro daný typ služby nebo typ metadat.

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)

Parametry

parameterType
Type

Typ parametru CLR.

serviceType
Type

Typ CLR služby nebo metadat.

serviceProperty
IPropertyBase

Přidružená IServicePropertyhodnota nebo hodnota null.

Platí pro

ServiceParameterBinding(Type, Type, IPropertyBase[])

Vytvoří novou ServiceParameterBinding instanci pro daný typ služby nebo typ metadat.

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

Parametry

parameterType
Type

Typ parametru CLR.

serviceType
Type

Typ CLR služby nebo metadat.

serviceProperties
IPropertyBase[]

Přidružené IServiceProperty instance nebo null.

Platí pro