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

public interface IEdmComplexObject : IEdmStructuredObject, IEdmObject
public interface class IEdmComplexObject : IEdmStructuredObject, 
    IEdmObject
type IEdmComplexObject = 
    interface
        interface IEdmStructuredObject
        interface IEdmObject
    end
Public Interface IEdmComplexObject
    Inherits IEdmStructuredObject, IEdmObject

Methods

Name Description
System_CAPS_pubmethod GetEdmType()

Gets the IEdmTypeReference of this instance. (Inherited from IEdmObject.)

System_CAPS_pubmethod TryGetPropertyValue(String, Object)

Gets the value of the property with the given name.(Inherited from IEdmStructuredObject.)

See Also

System.Web.Http.OData Namespace

Return to top