IEdmEntityObject Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an instance of an IEdmEntityType.
public interface IEdmEntityObject : Microsoft.AspNetCore.OData.Formatter.Value.IEdmStructuredObject
type IEdmEntityObject = interface
interface IEdmStructuredObject
interface IEdmObject
Public Interface IEdmEntityObject
Implements IEdmStructuredObject
- Derived
- Implements
Methods
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) |
Extension Methods
IsDeltaResource(IEdmObject) |
Method to determine whether the current Edm object is a Delta resource |