Share via


IEdmComplexObject Interface

Represents an instance of an IEdmComplexType.

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

Syntax

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

The IEdmComplexObject 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