IAnnotationCodeGenerator.GenerateFluentApiCalls 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GenerateFluentApiCalls(IModel, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
해당 흐름 API 호출이 있는 지정된 주석의 경우 는 해당 흐름 API 호출을 반환하고 주석을 제거합니다.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IModel model, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IModel * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IModel * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (model As IModel, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)
매개 변수
- model
- IModel
주석이 적용되는 모델입니다.
- annotations
- IDictionary<String,IAnnotation>
유창한 API 호출을 생성할 주석 집합입니다.
반환
적용 대상
GenerateFluentApiCalls(ITrigger, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
해당 흐름 API 호출이 있는 지정된 주석의 경우 는 해당 흐름 API 호출을 반환하고 주석을 제거합니다.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.ITrigger trigger, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.ITrigger * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.ITrigger * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (trigger As ITrigger, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)
매개 변수
- trigger
- ITrigger
주석이 적용되는 트리거입니다.
- annotations
- IDictionary<String,IAnnotation>
유창한 API 호출을 생성할 주석 집합입니다.
반환
적용 대상
GenerateFluentApiCalls(ISkipNavigation, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
해당 흐름 API 호출이 있는 지정된 주석의 경우 는 해당 흐름 API 호출을 반환하고 주석을 제거합니다.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation navigation, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (navigation As ISkipNavigation, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)
매개 변수
- navigation
- ISkipNavigation
주석이 적용되는 건너뛰기 탐색입니다.
- annotations
- IDictionary<String,IAnnotation>
유창한 API 호출을 생성할 주석 집합입니다.
반환
적용 대상
GenerateFluentApiCalls(ISequence, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
해당 흐름 API 호출이 있는 지정된 주석의 경우 는 해당 흐름 API 호출을 반환하고 주석을 제거합니다.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.ISequence sequence, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.ISequence * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.ISequence * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (sequence As ISequence, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)
매개 변수
- sequence
- ISequence
주석이 적용되는 시퀀스입니다.
- annotations
- IDictionary<String,IAnnotation>
유창한 API 호출을 생성할 주석 집합입니다.
반환
적용 대상
GenerateFluentApiCalls(IRelationalPropertyOverrides, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
해당 흐름 API 호출이 있는 지정된 주석의 경우 는 해당 흐름 API 호출을 반환하고 주석을 제거합니다.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides overrides, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (overrides As IRelationalPropertyOverrides, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)
매개 변수
- overrides
- IRelationalPropertyOverrides
속성은 주석이 적용되는 을 재정의합니다.
- annotations
- IDictionary<String,IAnnotation>
유창한 API 호출을 생성할 주석 집합입니다.
반환
적용 대상
GenerateFluentApiCalls(IProperty, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
해당 흐름 API 호출이 있는 지정된 주석의 경우 는 해당 흐름 API 호출을 반환하고 주석을 제거합니다.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IProperty property, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IProperty * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IProperty * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (property As IProperty, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)
매개 변수
- property
- IProperty
주석이 적용되는 속성입니다.
- annotations
- IDictionary<String,IAnnotation>
유창한 API 호출을 생성할 주석 집합입니다.
반환
적용 대상
GenerateFluentApiCalls(IKey, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
해당 흐름 API 호출이 있는 지정된 주석의 경우 는 해당 흐름 API 호출을 반환하고 주석을 제거합니다.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IKey key, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IKey * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IKey * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (key As IKey, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)
매개 변수
- key
- IKey
주석이 적용되는 키입니다.
- annotations
- IDictionary<String,IAnnotation>
유창한 API 호출을 생성할 주석 집합입니다.
반환
적용 대상
GenerateFluentApiCalls(INavigation, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
해당 흐름 API 호출이 있는 지정된 주석의 경우 는 해당 흐름 API 호출을 반환하고 주석을 제거합니다.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.INavigation * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.INavigation * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (navigation As INavigation, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)
매개 변수
- navigation
- INavigation
주석이 적용되는 탐색입니다.
- annotations
- IDictionary<String,IAnnotation>
유창한 API 호출을 생성할 주석 집합입니다.
반환
적용 대상
GenerateFluentApiCalls(IForeignKey, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
해당 흐름 API 호출이 있는 지정된 주석의 경우 는 해당 흐름 API 호출을 반환하고 주석을 제거합니다.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (foreignKey As IForeignKey, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)
매개 변수
- foreignKey
- IForeignKey
주석이 적용되는 외래 키입니다.
- annotations
- IDictionary<String,IAnnotation>
유창한 API 호출을 생성할 주석 집합입니다.
반환
적용 대상
GenerateFluentApiCalls(IEntityTypeMappingFragment, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
해당 흐름 API 호출이 있는 지정된 주석의 경우 는 해당 흐름 API 호출을 반환하고 주석을 제거합니다.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment fragment, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (fragment As IEntityTypeMappingFragment, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)
매개 변수
- fragment
- IEntityTypeMappingFragment
주석이 적용되는 엔터티 매핑 조각입니다.
- annotations
- IDictionary<String,IAnnotation>
유창한 API 호출을 생성할 주석 집합입니다.
반환
적용 대상
GenerateFluentApiCalls(IIndex, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
해당 흐름 API 호출이 있는 지정된 주석의 경우 는 해당 흐름 API 호출을 반환하고 주석을 제거합니다.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IIndex index, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IIndex * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IIndex * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (index As IIndex, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)
매개 변수
- index
- IIndex
주석이 적용되는 인덱스입니다.
- annotations
- IDictionary<String,IAnnotation>
유창한 API 호출을 생성할 주석 집합입니다.
반환
적용 대상
GenerateFluentApiCalls(IEntityType, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
해당 흐름 API 호출이 있는 지정된 주석의 경우 는 해당 흐름 API 호출을 반환하고 주석을 제거합니다.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (entityType As IEntityType, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)
매개 변수
- entityType
- IEntityType
주석이 적용되는 엔터티 형식입니다.
- annotations
- IDictionary<String,IAnnotation>
유창한 API 호출을 생성할 주석 집합입니다.
반환
적용 대상
GenerateFluentApiCalls(IComplexType, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
해당 흐름 API 호출이 있는 지정된 주석의 경우 는 해당 흐름 API 호출을 반환하고 주석을 제거합니다.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IComplexType complexType, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IComplexType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IComplexType * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (complexType As IComplexType, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)
매개 변수
- complexType
- IComplexType
주석이 적용되는 엔터티 형식입니다.
- annotations
- IDictionary<String,IAnnotation>
유창한 API 호출을 생성할 주석 집합입니다.
반환
적용 대상
GenerateFluentApiCalls(IComplexProperty, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
해당 흐름 API 호출이 있는 지정된 주석의 경우 는 해당 흐름 API 호출을 반환하고 주석을 제거합니다.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.IComplexProperty complexProperty, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (complexProperty As IComplexProperty, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)
매개 변수
- complexProperty
- IComplexProperty
주석이 적용되는 복합 속성입니다.
- annotations
- IDictionary<String,IAnnotation>
유창한 API 호출을 생성할 주석 집합입니다.
반환
적용 대상
GenerateFluentApiCalls(ICheckConstraint, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
해당 흐름 API 호출이 있는 지정된 주석의 경우 는 해당 흐름 API 호출을 반환하고 주석을 제거합니다.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint checkConstraint, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (checkConstraint As ICheckConstraint, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)
매개 변수
- checkConstraint
- ICheckConstraint
주석이 적용되는 검사 제약 조건입니다.
- annotations
- IDictionary<String,IAnnotation>
유창한 API 호출을 생성할 주석 집합입니다.
반환
적용 대상
GenerateFluentApiCalls(IAnnotatable, IDictionary<String,IAnnotation>)
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
- Source:
- IAnnotationCodeGenerator.cs
해당 흐름 API 호출이 있는 지정된 주석의 경우 는 해당 흐름 API 호출을 반환하고 주석을 제거합니다.
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> GenerateFluentApiCalls (Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable annotatable, System.Collections.Generic.IDictionary<string,Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
override this.GenerateFluentApiCalls : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable * System.Collections.Generic.IDictionary<string, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable Function GenerateFluentApiCalls (annotatable As IAnnotatable, annotations As IDictionary(Of String, IAnnotation)) As IReadOnlyList(Of MethodCallCodeFragment)
매개 변수
- annotatable
- IAnnotatable
주석이 적용되는 주석입니다.
- annotations
- IDictionary<String,IAnnotation>
유창한 API 호출을 생성할 주석 집합입니다.
반환
적용 대상
Entity Framework