IEdmEntityObject Interface

 

Represents an instance of an IEdmEntityType.

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

public interface class IEdmEntityObject : 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.(Inherited from IEdmStructuredObject.)

Return to top
Show: