IMutableModel.AddIgnored 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
AddIgnored(String) |
将给定的实体类型名称标记为忽略,从而阻止约定向模型添加匹配的实体类型。 |
AddIgnored(Type) |
将给定的实体类型标记为已忽略,从而阻止约定将匹配的实体类型添加到模型。 |
AddIgnored(String)
- Source:
- IMutableModel.cs
- Source:
- IMutableModel.cs
- Source:
- IMutableModel.cs
- Source:
- IMutableModel.cs
将给定的实体类型名称标记为忽略,从而阻止约定向模型添加匹配的实体类型。
public void AddIgnored (string typeName);
public string AddIgnored (string typeName);
abstract member AddIgnored : string -> unit
abstract member AddIgnored : string -> string
Public Sub AddIgnored (typeName As String)
Public Function AddIgnored (typeName As String) As String
参数
- typeName
- String
要忽略的实体类型的名称。
返回
忽略的类型的名称。
适用于
AddIgnored(Type)
- Source:
- IMutableModel.cs
- Source:
- IMutableModel.cs
- Source:
- IMutableModel.cs
- Source:
- IMutableModel.cs
将给定的实体类型标记为已忽略,从而阻止约定将匹配的实体类型添加到模型。
public string AddIgnored (Type type);
abstract member AddIgnored : Type -> string
Public Function AddIgnored (type As Type) As String
参数
- type
- Type
要忽略的实体类型。
返回
忽略的类型的名称。