Compartilhar via


MigrationsScaffolder.GetNamespace(Type, String) Método

Definição

Obtém o namespace de um tipo irmão. Se nenhum, o namespace padrão será usado.

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

O tipo irmão.

defaultNamespace
String

O namespace padrão.

Retornos

O namespace.

Aplica-se a