EdmEntityObject Class

Represents an IEdmEntityObject with no backing CLR Type.

Inheritance Hierarchy

System.Object
  System.Dynamic.DynamicObject
    System.Web.Http.OData.Delta
      System.Web.Http.OData.EdmStructuredObject
        System.Web.Http.OData.EdmEntityObject

Namespace:  System.Web.Http.OData
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Class EdmEntityObject _
    Inherits EdmStructuredObject _
    Implements IEdmEntityObject, IEdmStructuredObject, IEdmObject
'Usage
Dim instance As EdmEntityObject
public class EdmEntityObject : EdmStructuredObject, 
    IEdmEntityObject, IEdmStructuredObject, IEdmObject
public ref class EdmEntityObject : public EdmStructuredObject, 
    IEdmEntityObject, IEdmStructuredObject, IEdmObject
type EdmEntityObject =  
    class 
        inherit EdmStructuredObject 
        interface IEdmEntityObject 
        interface IEdmStructuredObject 
        interface IEdmObject 
    end
public class EdmEntityObject extends EdmStructuredObject implements IEdmEntityObject, IEdmStructuredObject, IEdmObject

The EdmEntityObject type exposes the following members.

Constructors

  Name Description
Public method EdmEntityObject(IEdmEntityType) Initializes a new instance of the EdmStructuredObject class.
Public method EdmEntityObject(IEdmEntityTypeReference) Initializes a new instance of the EdmStructuredObject class.
Public method EdmEntityObject(IEdmEntityType, Boolean) Initializes a new instance of the EdmStructuredObject class.

Top

Properties

  Name Description
Public property ActualEdmType Gets or sets the actual IEdmStructuredType of the entity or complex type of this object. (Inherited from EdmStructuredObject.)
Public property ExpectedEdmType Gets or sets the expected IEdmStructuredType of the entity or complex type of this object. (Inherited from EdmStructuredObject.)
Public property IsNullable Gets or sets whether the EDM object is nullable or not. (Inherited from EdmStructuredObject.)

Top

Methods

  Name Description
Public method Clear (Inherited from EdmStructuredObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetChangedPropertyNames (Inherited from EdmStructuredObject.)
Public method GetDynamicMemberNames (Inherited from DynamicObject.)
Public method GetEdmType (Inherited from EdmStructuredObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetMetaObject (Inherited from DynamicObject.)
Public method GetType (Inherited from Object.)
Public method GetUnchangedPropertyNames (Inherited from EdmStructuredObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method TryBinaryOperation (Inherited from DynamicObject.)
Public method TryConvert (Inherited from DynamicObject.)
Public method TryCreateInstance (Inherited from DynamicObject.)
Public method TryDeleteIndex (Inherited from DynamicObject.)
Public method TryDeleteMember (Inherited from DynamicObject.)
Public method TryGetIndex (Inherited from DynamicObject.)
Public method TryGetMember Overrides the DynamicObject TryGetMember method, so that only the properties of Entity can be got. (Inherited from Delta.)
Public method TryGetPropertyType (Inherited from EdmStructuredObject.)
Public method TryGetPropertyValue (Inherited from EdmStructuredObject.)
Public method TryInvoke (Inherited from DynamicObject.)
Public method TryInvokeMember (Inherited from DynamicObject.)
Public method TrySetIndex (Inherited from DynamicObject.)
Public method TrySetMember Overrides the DynamicObject TrySetMember method, so that only the properties of Entity can be set. (Inherited from Delta.)
Public method TrySetPropertyValue (Inherited from EdmStructuredObject.)
Public method TryUnaryOperation (Inherited from DynamicObject.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Http.OData Namespace