Partilhar via


ExtensionMethods.FullName Método

Definição

Sobrecargas

FullName(IEdmSchemaElement)

Obtém o nome completo do elemento.

FullName(IEdmTypeReference)

Obtém o nome completo da definição referenciada pela referência de tipo.

FullName(IEdmSchemaElement)

Obtém o nome completo do elemento.

public static string FullName (this Microsoft.OData.Edm.IEdmSchemaElement element);
static member FullName : Microsoft.OData.Edm.IEdmSchemaElement -> string
<Extension()>
Public Function FullName (element As IEdmSchemaElement) As String

Parâmetros

element
IEdmSchemaElement

Referência ao objeto de chamada.

Retornos

O nome completo do elemento.

Aplica-se a

FullName(IEdmTypeReference)

Obtém o nome completo da definição referenciada pela referência de tipo.

public static string FullName (this Microsoft.OData.Edm.IEdmTypeReference type);
static member FullName : Microsoft.OData.Edm.IEdmTypeReference -> string
<Extension()>
Public Function FullName (type As IEdmTypeReference) As String

Parâmetros

type
IEdmTypeReference

Referência ao objeto de chamada.

Retornos

O nome completo dessa definição de referências.

Aplica-se a