Table of Contents

Class NullEdmComplexObject

Namespace
System.Web.Http.OData
Assembly
System.Web.Http.OData.dll

Represents an IEdmComplexObject that is null.

public class NullEdmComplexObject : IEdmComplexObject, IEdmStructuredObject, IEdmObject
Inheritance
NullEdmComplexObject
Implements
Inherited Members

Constructors

NullEdmComplexObject(IEdmComplexTypeReference)

Initializes a new instance of the NullEdmComplexObject class.

public NullEdmComplexObject(IEdmComplexTypeReference edmType)

Parameters

edmType IEdmComplexTypeReference

The EDM type of this object.

Methods

GetEdmType()

public IEdmTypeReference GetEdmType()

Returns

IEdmTypeReference

TryGetPropertyValue(string, out object)

public bool TryGetPropertyValue(string propertyName, out object value)

Parameters

propertyName string
value object

Returns

bool