Compartir a través de


ExtensionMethods.FullName Método

Definición

Sobrecargas

FullName(IEdmSchemaElement)

Obtiene el nombre completo del elemento.

FullName(IEdmTypeReference)

Obtiene el nombre completo de la definición a la que hace referencia la referencia de tipo.

FullName(IEdmSchemaElement)

Obtiene el nombre completo del 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

Referencia al objeto que realiza la llamada.

Devoluciones

Nombre completo del elemento.

Se aplica a

FullName(IEdmTypeReference)

Obtiene el nombre completo de la definición a la que hace referencia la referencia 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

Referencia al objeto que realiza la llamada.

Devoluciones

Nombre completo de esta definición de referencia.

Se aplica a