다음을 통해 공유


ServiceParameterBinding 생성자

정의

오버로드

ServiceParameterBinding(Type, Type, IPropertyBase)

지정된 서비스 유형 또는 메타데이터 형식에 대한 새 ServiceParameterBinding instance 만듭니다.

ServiceParameterBinding(Type, Type, IPropertyBase[])

지정된 서비스 유형 또는 메타데이터 형식에 대한 새 ServiceParameterBinding instance 만듭니다.

ServiceParameterBinding(Type, Type, IPropertyBase)

지정된 서비스 유형 또는 메타데이터 형식에 대한 새 ServiceParameterBinding instance 만듭니다.

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 instance 만듭니다.

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입니다.

적용 대상