Create(IModel)
|
基于提供的模型创建优化模型。
(继承自 RuntimeModelConvention)
|
GetForeignKey(IForeignKey, RuntimeEntityType)
|
获取读取优化模型中的相应外键。
(继承自 RuntimeModelConvention)
|
GetIndex(IIndex, RuntimeEntityType)
|
获取读取优化模型中的相应索引。
(继承自 RuntimeModelConvention)
|
GetKey(IKey, RuntimeEntityType)
|
获取读取优化模型中的相应键。
(继承自 RuntimeModelConvention)
|
ProcessComplexPropertyAnnotations(Dictionary<String,Object>, IComplexProperty, RuntimeComplexProperty, Boolean)
|
汇报将在只读对象上设置的属性注释。
(继承自 RuntimeModelConvention)
|
ProcessElementTypeAnnotations(Dictionary<String,Object>, IElementType, RuntimeElementType, Boolean)
|
汇报将在只读对象上设置的元素类型注释。
(继承自 RuntimeModelConvention)
|
ProcessEntityTypeAnnotations(Dictionary<String,Object>, IEntityType, RuntimeEntityType, Boolean)
|
汇报将在只读对象上设置的实体类型注释。
|
ProcessEntityTypeAnnotations(Dictionary<String,Object>, IEntityType, RuntimeEntityType, Boolean)
|
汇报将在只读对象上设置的实体类型注释。
(继承自 RuntimeModelConvention)
|
ProcessEntityTypeAnnotations(IDictionary<String,Object>, IEntityType, RuntimeEntityType, Boolean)
|
汇报将在只读对象上设置的实体类型注释。
|
ProcessEntityTypeAnnotations(IDictionary<String,Object>, IEntityType, RuntimeEntityType, Boolean)
|
汇报将在只读对象上设置的实体类型注释。
(继承自 RuntimeModelConvention)
|
ProcessForeignKeyAnnotations(Dictionary<String,Object>, IForeignKey, RuntimeForeignKey, Boolean)
|
汇报将在只读对象上设置的外键注释。
(继承自 RuntimeModelConvention)
|
ProcessIndexAnnotations(Dictionary<String,Object>, IIndex, RuntimeIndex, Boolean)
|
汇报将在只读对象上设置的索引批注。
(继承自 RuntimeModelConvention)
|
ProcessKeyAnnotations(Dictionary<String,Object>, IKey, RuntimeKey, Boolean)
|
汇报将在只读对象上设置的键批注。
(继承自 RuntimeModelConvention)
|
ProcessKeyAnnotations(IDictionary<String,Object>, IKey, RuntimeKey, Boolean)
|
汇报将在只读对象上设置的键批注。
(继承自 RuntimeModelConvention)
|
ProcessModelAnnotations(Dictionary<String,Object>, IModel, RuntimeModel, Boolean)
|
汇报将在只读对象上设置的模型注释。
|
ProcessModelFinalized(IModel)
|
在模型最终确定后调用,并且无法再发生更改。
(继承自 RuntimeModelConvention)
|
ProcessNavigationAnnotations(Dictionary<String,Object>, INavigation, RuntimeNavigation, Boolean)
|
汇报将在只读对象上设置的导航注释。
(继承自 RuntimeModelConvention)
|
ProcessPropertyAnnotations(Dictionary<String,Object>, IProperty, RuntimeProperty, Boolean)
|
汇报将在只读对象上设置的属性注释。
(继承自 RuntimeModelConvention)
|
ProcessServicePropertyAnnotations(Dictionary<String,Object>, IServiceProperty, RuntimeServiceProperty, Boolean)
|
汇报将在只读对象上设置的服务属性注释。
(继承自 RuntimeModelConvention)
|
ProcessSkipNavigationAnnotations(Dictionary<String,Object>, ISkipNavigation, RuntimeSkipNavigation, Boolean)
|
汇报将在只读对象上设置的跳过导航注释。
(继承自 RuntimeModelConvention)
|
ProcessTriggerAnnotations(Dictionary<String,Object>, ITrigger, RuntimeTrigger, Boolean)
|
汇报将在只读对象上设置的触发器注释。
(继承自 RuntimeModelConvention)
|
ProcessTypeMappingConfigurationAnnotations(Dictionary<String,Object>, ITypeMappingConfiguration, RuntimeTypeMappingConfiguration, Boolean)
|
汇报将在只读对象上设置的属性注释。
(继承自 RuntimeModelConvention)
|