IAnnotationCodeGenerator
FilterIgnoredAnnotations(IEnumerable<IAnnotation>)
GenerateDataAnnotationAttributes(IAnnotatable, IDictionary<String, IAnnotation>)
GenerateDataAnnotationAttributes(IEntityType, IDictionary<String, IAnnotation>)
GenerateDataAnnotationAttributes(IProperty, IDictionary<String, IAnnotation>)
GenerateFluentApiCalls(IAnnotatable, IDictionary<String, IAnnotation>)
GenerateFluentApiCalls(ICheckConstraint, IDictionary<String, IAnnotation>)
GenerateFluentApiCalls(IComplexProperty, IDictionary<String, IAnnotation>)
GenerateFluentApiCalls(IComplexType, IDictionary<String, IAnnotation>)
GenerateFluentApiCalls(IEntityType, IDictionary<String, IAnnotation>)
GenerateFluentApiCalls(IEntityTypeMappingFragment, IDictionary<String, IAnnotation>)
GenerateFluentApiCalls(IForeignKey, IDictionary<String, IAnnotation>)
GenerateFluentApiCalls(IIndex, IDictionary<String, IAnnotation>)
GenerateFluentApiCalls(IKey, IDictionary<String, IAnnotation>)
GenerateFluentApiCalls(IModel, IDictionary<String, IAnnotation>)
GenerateFluentApiCalls(INavigation, IDictionary<String, IAnnotation>)
GenerateFluentApiCalls(IProperty, IDictionary<String, IAnnotation>)
GenerateFluentApiCalls(IRelationalPropertyOverrides, IDictionary<String, IAnnotation>)
GenerateFluentApiCalls(ISequence, IDictionary<String, IAnnotation>)
GenerateFluentApiCalls(ISkipNavigation, IDictionary<String, IAnnotation>)
GenerateFluentApiCalls(ITrigger, IDictionary<String, IAnnotation>)
RemoveAnnotationsHandledByConventions(IAnnotatable, IDictionary<String, IAnnotation>)
RemoveAnnotationsHandledByConventions(ICheckConstraint, IDictionary<String, IAnnotation>)
RemoveAnnotationsHandledByConventions(IComplexProperty, IDictionary<String, IAnnotation>)
RemoveAnnotationsHandledByConventions(IComplexType, IDictionary<String, IAnnotation>)
RemoveAnnotationsHandledByConventions(IEntityType, IDictionary<String, IAnnotation>)
RemoveAnnotationsHandledByConventions(IEntityTypeMappingFragment, IDictionary<String, IAnnotation>)
RemoveAnnotationsHandledByConventions(IForeignKey, IDictionary<String, IAnnotation>)
RemoveAnnotationsHandledByConventions(IIndex, IDictionary<String, IAnnotation>)
RemoveAnnotationsHandledByConventions(IKey, IDictionary<String, IAnnotation>)
RemoveAnnotationsHandledByConventions(IModel, IDictionary<String, IAnnotation>)
RemoveAnnotationsHandledByConventions(INavigation, IDictionary<String, IAnnotation>)
RemoveAnnotationsHandledByConventions(IProperty, IDictionary<String, IAnnotation>)
RemoveAnnotationsHandledByConventions(IRelationalPropertyOverrides, IDictionary<String, IAnnotation>)
RemoveAnnotationsHandledByConventions(ISequence, IDictionary<String, IAnnotation>)
RemoveAnnotationsHandledByConventions(ISkipNavigation, IDictionary<String, IAnnotation>)
RemoveAnnotationsHandledByConventions(ITrigger, IDictionary<String, IAnnotation>)
net11.0
namespace Microsoft.EntityFrameworkCore.Design
{
public interface IAnnotationCodeGenerator
{
virtual IReadOnlyList<AttributeCodeFragment!>! GenerateDataAnnotationAttributes(IEntityType! entityType, IDictionary<string!, IAnnotation!>! annotations);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 10.011.0 |
Information specific to net11.0 | |
| Assemblies | Microsoft.EntityFrameworkCore.Relational , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 Microsoft.EntityFrameworkCore.Relational , Version=10.0.5.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.Relational (11.0.0-preview.2.26159.112) net11.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API