Compartir a través de


IMutableModel.RemoveIgnored Método

Definición

Sobrecargas

RemoveIgnored(String)

Quita el nombre del tipo de entidad omitido.

RemoveIgnored(Type)

Quita el tipo de entidad omitido.

RemoveIgnored(String)

Source:
IMutableModel.cs
Source:
IMutableModel.cs
Source:
IMutableModel.cs
Source:
IMutableModel.cs

Quita el nombre del tipo de entidad omitido.

public void RemoveIgnored (string typeName);
public string RemoveIgnored (string typeName);
public string? RemoveIgnored (string typeName);
abstract member RemoveIgnored : string -> unit
abstract member RemoveIgnored : string -> string
Public Sub RemoveIgnored (typeName As String)
Public Function RemoveIgnored (typeName As String) As String

Parámetros

typeName
String

Nombre del tipo de entidad omitido que se va a quitar.

Devoluciones

Nombre de tipo omitido quitado.

Se aplica a

RemoveIgnored(Type)

Source:
IMutableModel.cs
Source:
IMutableModel.cs
Source:
IMutableModel.cs
Source:
IMutableModel.cs

Quita el tipo de entidad omitido.

public string? RemoveIgnored (Type type);
abstract member RemoveIgnored : Type -> string
Public Function RemoveIgnored (type As Type) As String

Parámetros

type
Type

Tipo de entidad omitido que se va a quitar.

Devoluciones

Nombre del tipo omitido quitado.

Se aplica a