Share via


IEdmStructuredObject Interface

Definition

Represents an instance of an IEdmStructuredType.

public interface IEdmStructuredObject : Microsoft.AspNet.OData.IEdmObject
type IEdmStructuredObject = interface
    interface IEdmObject
Public Interface IEdmStructuredObject
Implements IEdmObject
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.

Extension Methods

IsDeltaResource(IEdmObject)

Method to determine whether the current Edm object is a Delta Entry

Applies to