Share via


IEdmComplexObject Interface

Definition

Represents an instance of an IEdmComplexType.

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

Applies to