IEdmEntityObject Interface

Represents an instance of an IEdmEntityType.

Namespace:  System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Interface IEdmEntityObject _
    Inherits IEdmStructuredObject, IEdmObject
'Usage
Dim instance As IEdmEntityObject
public interface IEdmEntityObject : IEdmStructuredObject, 
    IEdmObject
public interface class IEdmEntityObject : IEdmStructuredObject, 
    IEdmObject
type IEdmEntityObject =  
    interface 
        interface IEdmStructuredObject 
        interface IEdmObject 
    end
public interface IEdmEntityObject extends IEdmStructuredObject, IEdmObject

The IEdmEntityObject type exposes the following members.

Methods

  Name Description
Public method GetEdmType Returns the EDM type of the current instance. (Inherited from IEdmObject.)
Public method TryGetPropertyValue Gets the value of the property with the given name. (Inherited from IEdmStructuredObject.)

Top

See Also

Reference

System.Web.Http.OData Namespace