Share via


IEdmStructuredObject Interface

Represents the structured object component of the Edm.

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

Syntax

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

The IEdmStructuredObject 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.

Top

See Also

Reference

System.Web.Http.OData Namespace