EdmTermName Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents a URI-based qualified name.

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Edm.Library..::..EdmTermName

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Class EdmTermName
'Usage
Dim instance As EdmTermName
public class EdmTermName
public ref class EdmTermName
type EdmTermName =  class end
public class EdmTermName

The EdmTermName type exposes the following members.

Constructors

  Name Description
Public method EdmTermName Creates new instance of the EdmTermName class.

Top

Properties

  Name Description
Public property LocalName Gets the name of the item within the namespace.
Public property Namespace Gets the namespace of the item.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Edm.Library Namespace