EdmComplexObject Class

Represents an IEdmComplexObject 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.EdmComplexObject

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

Syntax

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

The EdmComplexObject type exposes the following members.

Constructors

  Name Description
Public method EdmComplexObject(IEdmComplexType) Initializes a new instance of the EdmComplexObject class.
Public method EdmComplexObject(IEdmComplexTypeReference) Initializes a new instance of the EdmComplexObject class.
Public method EdmComplexObject(IEdmComplexType, Boolean) Initializes a new instance of the EdmComplexObject 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