ModelValidator.ValidateClrInheritance 方法

定义

重载

ValidateClrInheritance(IModel, IEntityType, HashSet<IEntityType>)

此 API 支持 Entity Framework Core 基础结构,不应直接从代码使用。 将来的版本中可能会更改或删除此 API。

ValidateClrInheritance(IModel)

此 API 支持 Entity Framework Core 基础结构,不应直接从代码使用。 将来的版本中可能会更改或删除此 API。

ValidateClrInheritance(IModel, IDiagnosticsLogger<DbLoggerCategory.Model.Validation>)

验证模型中继承的映射/配置。

ValidateClrInheritance(IModel, IEntityType, HashSet<IEntityType>)

此 API 支持 Entity Framework Core 基础结构,不应直接从代码使用。 将来的版本中可能会更改或删除此 API。

protected virtual void ValidateClrInheritance (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, System.Collections.Generic.HashSet<Microsoft.EntityFrameworkCore.Metadata.IEntityType> validEntityTypes);
abstract member ValidateClrInheritance : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Collections.Generic.HashSet<Microsoft.EntityFrameworkCore.Metadata.IEntityType> -> unit
override this.ValidateClrInheritance : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Metadata.IEntityType * System.Collections.Generic.HashSet<Microsoft.EntityFrameworkCore.Metadata.IEntityType> -> unit
Protected Overridable Sub ValidateClrInheritance (model As IModel, entityType As IEntityType, validEntityTypes As HashSet(Of IEntityType))

参数

model
IModel
entityType
IEntityType
validEntityTypes
HashSet<IEntityType>

适用于

ValidateClrInheritance(IModel)

此 API 支持 Entity Framework Core 基础结构,不应直接从代码使用。 将来的版本中可能会更改或删除此 API。

protected virtual void ValidateClrInheritance (Microsoft.EntityFrameworkCore.Metadata.IModel model);
abstract member ValidateClrInheritance : Microsoft.EntityFrameworkCore.Metadata.IModel -> unit
override this.ValidateClrInheritance : Microsoft.EntityFrameworkCore.Metadata.IModel -> unit
Protected Overridable Sub ValidateClrInheritance (model As IModel)

参数

model
IModel

适用于

ValidateClrInheritance(IModel, IDiagnosticsLogger<DbLoggerCategory.Model.Validation>)

验证模型中继承的映射/配置。

protected virtual void ValidateClrInheritance (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> logger);
abstract member ValidateClrInheritance : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> -> unit
override this.ValidateClrInheritance : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Model.Validation> -> unit
Protected Overridable Sub ValidateClrInheritance (model As IModel, logger As IDiagnosticsLogger(Of DbLoggerCategory.Model.Validation))

参数

model
IModel

要验证的模型。

logger
IDiagnosticsLogger<DbLoggerCategory.Model.Validation>

要使用的记录器。

适用于