Share via


ExtensionMethods.ShortQualifiedName Method

Definition

Overloads

ShortQualifiedName(IEdmSchemaElement)

Gets the Short Qualified name of the element.

ShortQualifiedName(IEdmTypeReference)

Gets the short qualified name of the definition referred to by the type reference.

ShortQualifiedName(IEdmSchemaElement)

Gets the Short Qualified name of the element.

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

Parameters

element
IEdmSchemaElement

Reference to the calling object.

Returns

The short qualified name of the element.

Applies to

ShortQualifiedName(IEdmTypeReference)

Gets the short qualified name of the definition referred to by the type reference.

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

Parameters

type
IEdmTypeReference

Reference to the calling object.

Returns

The short qualified name of this references definition.

Applies to