Share via


IMutableModel.IsIgnored Methode

Definition

Überlädt

IsIgnored(String)

Gibt an, ob der angegebene Entitätstypname ignoriert wird.

IsIgnored(Type)

Gibt an, ob der angegebene Entitätstypname ignoriert wird.

IsIgnored(String)

Gibt an, ob der angegebene Entitätstypname ignoriert wird.

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

Parameter

typeName
String

Der Name des Entitätstyps, der möglicherweise ignoriert wird.

Gibt zurück

true , wenn der angegebene Entitätstypname ignoriert wird.

Gilt für:

IsIgnored(Type)

Gibt an, ob der angegebene Entitätstypname ignoriert wird.

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

Parameter

type
Type

Der Entitätstyp, der ignoriert werden kann.

Gibt zurück

true , wenn der angegebene Entitätstypname ignoriert wird.

Gilt für: