IMutableModel.IsIgnored 方法

定义

重载

IsIgnored(String)

指示是否忽略给定的实体类型名称。

IsIgnored(Type)

指示是否忽略给定的实体类型名称。

IsIgnored(String)

指示是否忽略给定的实体类型名称。

public bool IsIgnored (string typeName);
abstract member IsIgnored : string -> bool
Public Function IsIgnored (typeName As String) As Boolean

参数

typeName
String

可能被忽略的实体类型的名称。

返回

true 如果忽略给定的实体类型名称,则为 。

适用于

IsIgnored(Type)

指示是否忽略给定的实体类型名称。

public bool IsIgnored (Type type);
abstract member IsIgnored : Type -> bool
Public Function IsIgnored (type As Type) As Boolean

参数

type
Type

可能被忽略的实体类型。

返回

true 如果忽略给定的实体类型名称,则为 。

适用于