EdmComplexObject Class

 

Represents an IEdmComplexObject with no backing CLR Type.

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

Inheritance Hierarchy

System.Object
  System.Dynamic.DynamicObject
    System.Web.OData.Delta
      System.Web.OData.EdmStructuredObject
        System.Web.OData.EdmComplexObject

Syntax

public class EdmComplexObject : EdmStructuredObject, IEdmComplexObject, 
    IEdmStructuredObject, IEdmObject
public ref class EdmComplexObject : EdmStructuredObject, IEdmComplexObject, 
    IEdmStructuredObject, IEdmObject
type EdmComplexObject = 
    class
        inherit EdmStructuredObject
        interface IEdmComplexObject
        interface IEdmStructuredObject
        interface IEdmObject
    end
Public Class EdmComplexObject
    Inherits EdmStructuredObject
    Implements IEdmComplexObject, IEdmStructuredObject, IEdmObject

Constructors

Name Description
System_CAPS_pubmethod EdmComplexObject(IEdmComplexType)

Initializes a new instance of the EdmStructuredObject class.

System_CAPS_pubmethod EdmComplexObject(IEdmComplexType, Boolean)

Initializes a new instance of the EdmStructuredObject class.

System_CAPS_pubmethod EdmComplexObject(IEdmComplexTypeReference)

Initializes a new instance of the EdmStructuredObject class.

Properties

Name Description
System_CAPS_pubproperty ActualEdmType

Gets or sets the actual IEdmStructuredType of the entity or complex type of this object.(Inherited from EdmStructuredObject.)

System_CAPS_pubproperty ExpectedEdmType

Gets or sets the expected IEdmStructuredType of the entity or complex type of this object.(Inherited from EdmStructuredObject.)

System_CAPS_pubproperty IsNullable

Gets or sets whether the EDM object is nullable or not.(Inherited from EdmStructuredObject.)

Methods

Name Description
System_CAPS_pubmethod Clear()

(Inherited from EdmStructuredObject.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetChangedPropertyNames()

(Inherited from EdmStructuredObject.)

System_CAPS_pubmethod GetDynamicMemberNames()

(Inherited from DynamicObject.)

System_CAPS_pubmethod GetEdmType()

(Inherited from EdmStructuredObject.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetMetaObject(Expression)

(Inherited from DynamicObject.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod GetUnchangedPropertyNames()

(Inherited from EdmStructuredObject.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod TryBinaryOperation(BinaryOperationBinder, Object, Object)

(Inherited from DynamicObject.)

System_CAPS_pubmethod TryConvert(ConvertBinder, Object)

(Inherited from DynamicObject.)

System_CAPS_pubmethod TryCreateInstance(CreateInstanceBinder, Object[], Object)

(Inherited from DynamicObject.)

System_CAPS_pubmethod TryDeleteIndex(DeleteIndexBinder, Object[])

(Inherited from DynamicObject.)

System_CAPS_pubmethod TryDeleteMember(DeleteMemberBinder)

(Inherited from DynamicObject.)

System_CAPS_pubmethod TryGetDynamicProperties()

Get all dynamic properties (Inherited from EdmStructuredObject.)

System_CAPS_pubmethod TryGetIndex(GetIndexBinder, Object[], Object)

(Inherited from DynamicObject.)

System_CAPS_pubmethod TryGetMember(GetMemberBinder, Object)

Overrides the DynamicObject TryGetMember method, so that only the properties of Entity can be got. (Inherited from Delta.)

System_CAPS_pubmethod TryGetPropertyType(String, Type)

(Inherited from EdmStructuredObject.)

System_CAPS_pubmethod TryGetPropertyValue(String, Object)

(Inherited from EdmStructuredObject.)

System_CAPS_pubmethod TryInvoke(InvokeBinder, Object[], Object)

(Inherited from DynamicObject.)

System_CAPS_pubmethod TryInvokeMember(InvokeMemberBinder, Object[], Object)

(Inherited from DynamicObject.)

System_CAPS_pubmethod TrySetIndex(SetIndexBinder, Object[], Object)

(Inherited from DynamicObject.)

System_CAPS_pubmethod TrySetMember(SetMemberBinder, Object)

Overrides the DynamicObject TrySetMember method, so that only the properties of Entity can be set. (Inherited from Delta.)

System_CAPS_pubmethod TrySetPropertyValue(String, Object)

(Inherited from EdmStructuredObject.)

System_CAPS_pubmethod TryUnaryOperation(UnaryOperationBinder, Object)

(Inherited from DynamicObject.)

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

System.Web.OData Namespace

Return to top