Compartir a través de


MigrationsScaffolder.GetNamespace(Type, String) Método

Definición

Obtiene el espacio de nombres de un tipo relacionado. Si no es ninguno, se usa el espacio de nombres predeterminado.

protected virtual string GetNamespace (Type siblingType, string defaultNamespace);
protected virtual string GetNamespace (Type? siblingType, string defaultNamespace);
abstract member GetNamespace : Type * string -> string
override this.GetNamespace : Type * string -> string
Protected Overridable Function GetNamespace (siblingType As Type, defaultNamespace As String) As String

Parámetros

siblingType
Type

Tipo del mismo nivel.

defaultNamespace
String

Espacio de nombres predeterminado.

Devoluciones

El espacio de nombres.

Se aplica a