Freigeben über


ServiceParameterBinding Konstruktoren

Definition

Überlädt

ServiceParameterBinding(Type, Type, IPropertyBase)

Erstellt eine neue ServiceParameterBinding instance für den angegebenen Dienst- oder Metadatentyp.

ServiceParameterBinding(Type, Type, IPropertyBase[])

Erstellt eine neue ServiceParameterBinding instance für den angegebenen Dienst- oder Metadatentyp.

ServiceParameterBinding(Type, Type, IPropertyBase)

Erstellt eine neue ServiceParameterBinding instance für den angegebenen Dienst- oder Metadatentyp.

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)

Parameter

parameterType
Type

Der CLR-Parametertyp.

serviceType
Type

Der Dienst- oder Metadaten-CLR-Typ.

serviceProperty
IPropertyBase

Der zugeordnete IServiceProperty- oder NULL-Wert.

Gilt für:

ServiceParameterBinding(Type, Type, IPropertyBase[])

Erstellt eine neue ServiceParameterBinding instance für den angegebenen Dienst- oder Metadatentyp.

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

Parameter

parameterType
Type

Der CLR-Parametertyp.

serviceType
Type

Der Dienst- oder Metadaten-CLR-Typ.

serviceProperties
IPropertyBase[]

Die zugeordneten IServiceProperty Instanzen oder NULL.

Gilt für: