다음을 통해 공유


ScaffoldingModelExtensions.GetFluentApiCalls 메서드

정의

오버로드

GetFluentApiCalls(IEntityType, IAnnotationCodeGenerator)

엔터티 형식을 구성하는 흐름 API 호출을 가져옵니다.

GetFluentApiCalls(IIndex, IAnnotationCodeGenerator)

인덱스 구성을 위한 흐름 API 호출을 가져옵니다.

GetFluentApiCalls(IKey, IAnnotationCodeGenerator)

키를 구성하는 흐름 API 호출을 가져옵니다.

GetFluentApiCalls(IModel, IAnnotationCodeGenerator)

모델을 구성하기 위한 흐름 API 호출을 가져옵니다.

GetFluentApiCalls(IProperty, IAnnotationCodeGenerator)

속성을 구성하는 흐름 API 호출을 가져옵니다.

GetFluentApiCalls(ISequence, IAnnotationCodeGenerator)

시퀀스를 구성하는 흐름 API 호출을 가져옵니다.

GetFluentApiCalls(IForeignKey, IAnnotationCodeGenerator, Boolean)

외래 키를 구성하는 흐름 API 호출을 가져옵니다.

GetFluentApiCalls(IEntityType, IAnnotationCodeGenerator)

엔터티 형식을 구성하는 흐름 API 호출을 가져옵니다.

public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (entityType As IEntityType, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment

매개 변수

entityType
IEntityType

엔터티 형식입니다.

annotationCodeGenerator
IAnnotationCodeGenerator

공급자의 주석 코드 생성기입니다.

반환

흐름 API 호출.

적용 대상

GetFluentApiCalls(IIndex, IAnnotationCodeGenerator)

인덱스 구성을 위한 흐름 API 호출을 가져옵니다.

public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (index As IIndex, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment

매개 변수

index
IIndex

인덱스입니다.

annotationCodeGenerator
IAnnotationCodeGenerator

공급자의 주석 코드 생성기입니다.

반환

흐름 API 호출.

적용 대상

GetFluentApiCalls(IKey, IAnnotationCodeGenerator)

키를 구성하는 흐름 API 호출을 가져옵니다.

public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (key As IKey, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment

매개 변수

key
IKey

키입니다.

annotationCodeGenerator
IAnnotationCodeGenerator

공급자의 주석 코드 생성기입니다.

반환

흐름 API 호출.

적용 대상

GetFluentApiCalls(IModel, IAnnotationCodeGenerator)

모델을 구성하기 위한 흐름 API 호출을 가져옵니다.

public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (model As IModel, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment

매개 변수

model
IModel

모델입니다.

annotationCodeGenerator
IAnnotationCodeGenerator

공급자의 주석 코드 생성기입니다.

반환

흐름 API 호출.

적용 대상

GetFluentApiCalls(IProperty, IAnnotationCodeGenerator)

속성을 구성하는 흐름 API 호출을 가져옵니다.

public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (property As IProperty, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment

매개 변수

property
IProperty

속성입니다.

annotationCodeGenerator
IAnnotationCodeGenerator

공급자의 주석 코드 생성기입니다.

반환

흐름 API 호출.

적용 대상

GetFluentApiCalls(ISequence, IAnnotationCodeGenerator)

시퀀스를 구성하는 흐름 API 호출을 가져옵니다.

public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.ISequence sequence, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.ISequence * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (sequence As ISequence, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment

매개 변수

sequence
ISequence

시퀀스입니다.

annotationCodeGenerator
IAnnotationCodeGenerator

공급자의 주석 코드 생성기입니다.

반환

흐름 API 호출.

적용 대상

GetFluentApiCalls(IForeignKey, IAnnotationCodeGenerator, Boolean)

외래 키를 구성하는 흐름 API 호출을 가져옵니다.

public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator, bool useStrings = false);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator * bool -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (foreignKey As IForeignKey, annotationCodeGenerator As IAnnotationCodeGenerator, Optional useStrings As Boolean = false) As FluentApiCodeFragment

매개 변수

foreignKey
IForeignKey

외래 키입니다.

annotationCodeGenerator
IAnnotationCodeGenerator

공급자의 주석 코드 생성기입니다.

useStrings
Boolean

속성 접근자 람다를 사용하는 값 대신 문자열 흐름 API 오버로드를 사용하도록 wheter를 나타내는 값입니다.

반환

흐름 API 호출.

적용 대상