AnnotationCodeGenerator.IsHandledByConvention Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
IsHandledByConvention(IRelationalPropertyOverrides, IAnnotation) |
Проверяет, обрабатывается ли заданный |
IsHandledByConvention(ITrigger, IAnnotation) |
Проверяет, обрабатывается ли заданный |
IsHandledByConvention(ISkipNavigation, IAnnotation) |
Проверяет, обрабатывается ли заданный |
IsHandledByConvention(ISequence, IAnnotation) |
Проверяет, обрабатывается ли заданный |
IsHandledByConvention(IProperty, IAnnotation) |
Проверяет, обрабатывается ли заданный |
IsHandledByConvention(INavigation, IAnnotation) |
Проверяет, обрабатывается ли заданный |
IsHandledByConvention(IModel, IAnnotation) |
Проверяет, обрабатывается ли заданный |
IsHandledByConvention(IIndex, IAnnotation) |
Проверяет, обрабатывается ли заданный |
IsHandledByConvention(IForeignKey, IAnnotation) |
Проверяет, обрабатывается ли заданный |
IsHandledByConvention(IEntityTypeMappingFragment, IAnnotation) |
Проверяет, обрабатывается ли заданный |
IsHandledByConvention(IEntityType, IAnnotation) |
Проверяет, обрабатывается ли заданный |
IsHandledByConvention(IComplexType, IAnnotation) |
Проверяет, обрабатывается ли заданный |
IsHandledByConvention(IComplexProperty, IAnnotation) |
Проверяет, обрабатывается ли заданный |
IsHandledByConvention(ICheckConstraint, IAnnotation) |
Проверяет, обрабатывается ли заданный |
IsHandledByConvention(IKey, IAnnotation) |
Проверяет, обрабатывается ли заданный |
IsHandledByConvention(IRelationalPropertyOverrides, IAnnotation)
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
Проверяет, обрабатывается ли заданный annotation
по соглашению при применении к заданному overrides
объекту .
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides overrides, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (overrides As IRelationalPropertyOverrides, annotation As IAnnotation) As Boolean
Параметры
- annotation
- IAnnotation
Возвращаемое значение
false
.
Комментарии
Реализация по умолчанию всегда возвращает значение false
.
Применяется к
IsHandledByConvention(ITrigger, IAnnotation)
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
Проверяет, обрабатывается ли заданный annotation
по соглашению при применении к заданному trigger
объекту .
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.ITrigger trigger, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ITrigger * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ITrigger * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (trigger As ITrigger, annotation As IAnnotation) As Boolean
Параметры
- annotation
- IAnnotation
Возвращаемое значение
false
.
Комментарии
Реализация по умолчанию всегда возвращает значение false
.
Применяется к
IsHandledByConvention(ISkipNavigation, IAnnotation)
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
Проверяет, обрабатывается ли заданный annotation
по соглашению при применении к заданному navigation
объекту .
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation navigation, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (navigation As ISkipNavigation, annotation As IAnnotation) As Boolean
Параметры
- navigation
- ISkipNavigation
- annotation
- IAnnotation
Возвращаемое значение
false
.
Комментарии
Реализация по умолчанию всегда возвращает значение false
.
Применяется к
IsHandledByConvention(ISequence, IAnnotation)
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
Проверяет, обрабатывается ли заданный annotation
по соглашению при применении к заданному sequence
объекту .
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.ISequence sequence, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ISequence * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ISequence * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (sequence As ISequence, annotation As IAnnotation) As Boolean
Параметры
- annotation
- IAnnotation
Возвращаемое значение
false
.
Комментарии
Реализация по умолчанию всегда возвращает значение false
.
Применяется к
IsHandledByConvention(IProperty, IAnnotation)
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
Проверяет, обрабатывается ли заданный annotation
по соглашению при применении к заданному property
объекту .
public virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (property As IProperty, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (property As IProperty, annotation As IAnnotation) As Boolean
Параметры
- annotation
- IAnnotation
Возвращаемое значение
false
.
Реализации
Комментарии
Реализация по умолчанию всегда возвращает значение false
.
Применяется к
IsHandledByConvention(INavigation, IAnnotation)
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
Проверяет, обрабатывается ли заданный annotation
по соглашению при применении к заданному navigation
объекту .
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.INavigation * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.INavigation * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (navigation As INavigation, annotation As IAnnotation) As Boolean
Параметры
- navigation
- INavigation
- annotation
- IAnnotation
Возвращаемое значение
false
.
Комментарии
Реализация по умолчанию всегда возвращает значение false
.
Применяется к
IsHandledByConvention(IModel, IAnnotation)
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
Проверяет, обрабатывается ли заданный annotation
по соглашению при применении к заданному model
объекту .
public virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (model As IModel, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (model As IModel, annotation As IAnnotation) As Boolean
Параметры
- annotation
- IAnnotation
Возвращаемое значение
true
, если заметка обрабатывается по соглашению; false
Значение , если код должен быть создан.
Реализации
Комментарии
Реализация по умолчанию всегда возвращает значение false
.
Применяется к
IsHandledByConvention(IIndex, IAnnotation)
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
Проверяет, обрабатывается ли заданный annotation
по соглашению при применении к заданному index
объекту .
public virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (index As IIndex, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (index As IIndex, annotation As IAnnotation) As Boolean
Параметры
- annotation
- IAnnotation
Возвращаемое значение
false
.
Реализации
Комментарии
Реализация по умолчанию всегда возвращает значение false
.
Применяется к
IsHandledByConvention(IForeignKey, IAnnotation)
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
Проверяет, обрабатывается ли заданный annotation
по соглашению при применении к заданному foreignKey
объекту .
public virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (foreignKey As IForeignKey, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (foreignKey As IForeignKey, annotation As IAnnotation) As Boolean
Параметры
- foreignKey
- IForeignKey
- annotation
- IAnnotation
Возвращаемое значение
false
.
Реализации
Комментарии
Реализация по умолчанию всегда возвращает значение false
.
Применяется к
IsHandledByConvention(IEntityTypeMappingFragment, IAnnotation)
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
Проверяет, обрабатывается ли заданный annotation
по соглашению при применении к заданному fragment
объекту .
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment fragment, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (fragment As IEntityTypeMappingFragment, annotation As IAnnotation) As Boolean
Параметры
- annotation
- IAnnotation
Возвращаемое значение
false
.
Комментарии
Реализация по умолчанию всегда возвращает значение false
.
Применяется к
IsHandledByConvention(IEntityType, IAnnotation)
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
Проверяет, обрабатывается ли заданный annotation
по соглашению при применении к заданному entityType
объекту .
public virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (entityType As IEntityType, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (entityType As IEntityType, annotation As IAnnotation) As Boolean
Параметры
- entityType
- IEntityType
- annotation
- IAnnotation
Возвращаемое значение
false
.
Реализации
Комментарии
Реализация по умолчанию всегда возвращает значение false
.
Применяется к
IsHandledByConvention(IComplexType, IAnnotation)
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
Проверяет, обрабатывается ли заданный annotation
по соглашению при применении к заданному complexType
объекту .
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IComplexType complexType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IComplexType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IComplexType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (complexType As IComplexType, annotation As IAnnotation) As Boolean
Параметры
- complexType
- IComplexType
- annotation
- IAnnotation
Возвращаемое значение
false
.
Комментарии
Реализация по умолчанию всегда возвращает значение false
.
Применяется к
IsHandledByConvention(IComplexProperty, IAnnotation)
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
Проверяет, обрабатывается ли заданный annotation
по соглашению при применении к заданному complexProperty
объекту .
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IComplexProperty complexProperty, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (complexProperty As IComplexProperty, annotation As IAnnotation) As Boolean
Параметры
- complexProperty
- IComplexProperty
- annotation
- IAnnotation
Возвращаемое значение
false
.
Комментарии
Реализация по умолчанию всегда возвращает значение false
.
Применяется к
IsHandledByConvention(ICheckConstraint, IAnnotation)
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
Проверяет, обрабатывается ли заданный annotation
по соглашению при применении к заданному checkConstraint
объекту .
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint checkConstraint, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (checkConstraint As ICheckConstraint, annotation As IAnnotation) As Boolean
Параметры
- checkConstraint
- ICheckConstraint
- annotation
- IAnnotation
Возвращаемое значение
false
.
Комментарии
Реализация по умолчанию всегда возвращает значение false
.
Применяется к
IsHandledByConvention(IKey, IAnnotation)
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
- Исходный код:
- AnnotationCodeGenerator.cs
Проверяет, обрабатывается ли заданный annotation
по соглашению при применении к заданному key
объекту .
public virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (key As IKey, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (key As IKey, annotation As IAnnotation) As Boolean
Параметры
- annotation
- IAnnotation
Возвращаемое значение
false
.
Реализации
Комментарии
Реализация по умолчанию всегда возвращает значение false
.
Применяется к
Entity Framework