NullEdmComplexObject Class

Definition

Represents an IEdmComplexObject that is null.

public class NullEdmComplexObject : Microsoft.AspNet.OData.IEdmComplexObject
type NullEdmComplexObject = class
    interface IEdmComplexObject
    interface IEdmStructuredObject
    interface IEdmObject
Public Class NullEdmComplexObject
Implements IEdmComplexObject
Inheritance
NullEdmComplexObject
Implements

Constructors

NullEdmComplexObject(IEdmComplexTypeReference)

Initializes a new instance of the NullEdmComplexObject class.

Methods

GetEdmType()

Gets the IEdmTypeReference of this instance.

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