Table of Contents

Class EdmEntityObject

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

Represents an IEdmEntityObject with no backing CLR Type.

public class EdmEntityObject : EdmStructuredObject, IDynamicMetaObjectProvider, IDelta, IEdmEntityObject, IEdmStructuredObject, IEdmObject
Inheritance
EdmEntityObject
Implements
Inherited Members

Constructors

EdmEntityObject(IEdmEntityType)

Initializes a new instance of the EdmStructuredObject class.

public EdmEntityObject(IEdmEntityType edmType)

Parameters

edmType IEdmEntityType

The Microsoft.Data.Edm.IEdmEntityType of this object.

EdmEntityObject(IEdmEntityType, bool)

Initializes a new instance of the EdmStructuredObject class.

public EdmEntityObject(IEdmEntityType edmType, bool isNullable)

Parameters

edmType IEdmEntityType

The Microsoft.Data.Edm.IEdmEntityType of this object.

isNullable bool

true if this object can be nullable; otherwise, false.

EdmEntityObject(IEdmEntityTypeReference)

Initializes a new instance of the EdmStructuredObject class.

public EdmEntityObject(IEdmEntityTypeReference edmType)

Parameters

edmType IEdmEntityTypeReference

The Microsoft.Data.Edm.IEdmEntityTypeReference of this object.