IMutableModel.IsIgnored Method

Definition

Overloads

IsIgnored(String)

Indicates whether the given entity type name is ignored.

IsIgnored(Type)

Indicates whether the given entity type name is ignored.

IsIgnored(String)

Indicates whether the given entity type name is ignored.

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

Parameters

typeName
String

The name of the entity type that might be ignored.

Returns

true if the given entity type name is ignored.

Applies to

IsIgnored(Type)

Indicates whether the given entity type name is ignored.

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

Parameters

type
Type

The entity type that might be ignored.

Returns

true if the given entity type name is ignored.

Applies to