Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an instance of an IEdmEntityType.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public interface IEdmEntityObject : IEdmStructuredObject, IEdmObject
public interface class IEdmEntityObject : IEdmStructuredObject,
IEdmObject
type IEdmEntityObject =
interface
interface IEdmStructuredObject
interface IEdmObject
end
Public Interface IEdmEntityObject
Inherits IEdmStructuredObject, IEdmObject
Methods
Name | Description | |
---|---|---|
![]() |
GetEdmType() | Gets the IEdmTypeReference of this instance. (Inherited from IEdmObject.) |
![]() |
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