AnnotationCodeGenerator.IsHandledByConvention Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
IsHandledByConvention(IRelationalPropertyOverrides, IAnnotation) |
Sprawdza, czy dana wartość |
IsHandledByConvention(ITrigger, IAnnotation) |
Sprawdza, czy dana wartość |
IsHandledByConvention(ISkipNavigation, IAnnotation) |
Sprawdza, czy dana wartość |
IsHandledByConvention(ISequence, IAnnotation) |
Sprawdza, czy dana wartość |
IsHandledByConvention(IProperty, IAnnotation) |
Sprawdza, czy dana wartość |
IsHandledByConvention(INavigation, IAnnotation) |
Sprawdza, czy dana wartość |
IsHandledByConvention(IModel, IAnnotation) |
Sprawdza, czy dana wartość |
IsHandledByConvention(IIndex, IAnnotation) |
Sprawdza, czy dana wartość |
IsHandledByConvention(IForeignKey, IAnnotation) |
Sprawdza, czy dana wartość |
IsHandledByConvention(IEntityTypeMappingFragment, IAnnotation) |
Sprawdza, czy dana wartość |
IsHandledByConvention(IEntityType, IAnnotation) |
Sprawdza, czy dana wartość |
IsHandledByConvention(IComplexType, IAnnotation) |
Sprawdza, czy dana wartość |
IsHandledByConvention(IComplexProperty, IAnnotation) |
Sprawdza, czy dana wartość |
IsHandledByConvention(ICheckConstraint, IAnnotation) |
Sprawdza, czy dana wartość |
IsHandledByConvention(IKey, IAnnotation) |
Sprawdza, czy dana wartość |
IsHandledByConvention(IRelationalPropertyOverrides, IAnnotation)
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
Sprawdza, czy dana wartość annotation
jest obsługiwana przez konwencję w przypadku zastosowania do danego overrides
pliku .
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
Parametry
- overrides
- IRelationalPropertyOverrides
Element IRelationalPropertyOverrides.
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
false
.
Uwagi
Domyślna implementacja zawsze zwraca wartość false
.
Dotyczy
IsHandledByConvention(ITrigger, IAnnotation)
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
Sprawdza, czy dana wartość annotation
jest obsługiwana przez konwencję w przypadku zastosowania do danego trigger
pliku .
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
Parametry
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
false
.
Uwagi
Domyślna implementacja zawsze zwraca wartość false
.
Dotyczy
IsHandledByConvention(ISkipNavigation, IAnnotation)
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
Sprawdza, czy dana wartość annotation
jest obsługiwana przez konwencję w przypadku zastosowania do danego navigation
pliku .
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
Parametry
- navigation
- ISkipNavigation
Element ISkipNavigation.
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
false
.
Uwagi
Domyślna implementacja zawsze zwraca wartość false
.
Dotyczy
IsHandledByConvention(ISequence, IAnnotation)
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
Sprawdza, czy dana wartość annotation
jest obsługiwana przez konwencję w przypadku zastosowania do danego sequence
pliku .
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
Parametry
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
false
.
Uwagi
Domyślna implementacja zawsze zwraca wartość false
.
Dotyczy
IsHandledByConvention(IProperty, IAnnotation)
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
Sprawdza, czy dana wartość annotation
jest obsługiwana przez konwencję w przypadku zastosowania do danego property
pliku .
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
Parametry
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
false
.
Implementuje
Uwagi
Domyślna implementacja zawsze zwraca wartość false
.
Dotyczy
IsHandledByConvention(INavigation, IAnnotation)
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
Sprawdza, czy dana wartość annotation
jest obsługiwana przez konwencję w przypadku zastosowania do danego navigation
pliku .
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
Parametry
- navigation
- INavigation
Element INavigation.
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
false
.
Uwagi
Domyślna implementacja zawsze zwraca wartość false
.
Dotyczy
IsHandledByConvention(IModel, IAnnotation)
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
Sprawdza, czy dana wartość annotation
jest obsługiwana przez konwencję w przypadku zastosowania do danego model
pliku .
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
Parametry
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
true
jeśli adnotacja jest obsługiwana zgodnie z konwencją; false
jeśli kod musi zostać wygenerowany.
Implementuje
Uwagi
Domyślna implementacja zawsze zwraca wartość false
.
Dotyczy
IsHandledByConvention(IIndex, IAnnotation)
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
Sprawdza, czy dana wartość annotation
jest obsługiwana przez konwencję w przypadku zastosowania do danego index
pliku .
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
Parametry
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
false
.
Implementuje
Uwagi
Domyślna implementacja zawsze zwraca wartość false
.
Dotyczy
IsHandledByConvention(IForeignKey, IAnnotation)
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
Sprawdza, czy dana wartość annotation
jest obsługiwana przez konwencję w przypadku zastosowania do danego foreignKey
pliku .
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
Parametry
- foreignKey
- IForeignKey
Element IForeignKey.
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
false
.
Implementuje
Uwagi
Domyślna implementacja zawsze zwraca wartość false
.
Dotyczy
IsHandledByConvention(IEntityTypeMappingFragment, IAnnotation)
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
Sprawdza, czy dana wartość annotation
jest obsługiwana przez konwencję w przypadku zastosowania do danego fragment
pliku .
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
Parametry
- fragment
- IEntityTypeMappingFragment
Element IEntityTypeMappingFragment.
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
false
.
Uwagi
Domyślna implementacja zawsze zwraca wartość false
.
Dotyczy
IsHandledByConvention(IEntityType, IAnnotation)
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
Sprawdza, czy dana wartość annotation
jest obsługiwana przez konwencję w przypadku zastosowania do danego entityType
pliku .
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
Parametry
- entityType
- IEntityType
Element IEntityType.
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
false
.
Implementuje
Uwagi
Domyślna implementacja zawsze zwraca wartość false
.
Dotyczy
IsHandledByConvention(IComplexType, IAnnotation)
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
Sprawdza, czy dana wartość annotation
jest obsługiwana przez konwencję w przypadku zastosowania do danego complexType
pliku .
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
Parametry
- complexType
- IComplexType
Element IComplexType.
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
false
.
Uwagi
Domyślna implementacja zawsze zwraca wartość false
.
Dotyczy
IsHandledByConvention(IComplexProperty, IAnnotation)
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
Sprawdza, czy dana wartość annotation
jest obsługiwana przez konwencję w przypadku zastosowania do danego complexProperty
pliku .
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
Parametry
- complexProperty
- IComplexProperty
Element IComplexProperty.
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
false
.
Uwagi
Domyślna implementacja zawsze zwraca wartość false
.
Dotyczy
IsHandledByConvention(ICheckConstraint, IAnnotation)
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
Sprawdza, czy dana wartość annotation
jest obsługiwana przez konwencję w przypadku zastosowania do danego checkConstraint
pliku .
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
Parametry
- checkConstraint
- ICheckConstraint
Element ICheckConstraint.
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
false
.
Uwagi
Domyślna implementacja zawsze zwraca wartość false
.
Dotyczy
IsHandledByConvention(IKey, IAnnotation)
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
- Źródło:
- AnnotationCodeGenerator.cs
Sprawdza, czy dana wartość annotation
jest obsługiwana przez konwencję w przypadku zastosowania do danego key
pliku .
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
Parametry
- annotation
- IAnnotation
Element IAnnotation.
Zwraca
false
.
Implementuje
Uwagi
Domyślna implementacja zawsze zwraca wartość false
.