IEdmStructuredObject Interface

 

Represents an instance of an IEdmStructuredType.

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

Syntax

public interface IEdmStructuredObject : IEdmObject
public interface class IEdmStructuredObject : IEdmObject
type IEdmStructuredObject = 
    interface
        interface IEdmObject
    end
Public Interface IEdmStructuredObject
    Inherits 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.

See Also

System.Web.OData Namespace

Return to top