IEdmStructuredObject Interface

 

Represents an instance of an IEdmStructuredType.

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

public interface class IEdmStructuredObject : IEdmObject

NameDescription
System_CAPS_pubmethodGetEdmType()

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

System_CAPS_pubmethodTryGetPropertyValue(String^, Object^)

Gets the value of the property with the given name.

Return to top
Show: