EdmStructuredObject Class

Represents an IEdmStructuredObject 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
        System.Web.Http.OData.EdmEntityObject

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

Syntax

'Declaration
Public MustInherit Class EdmStructuredObject _
    Inherits Delta _
    Implements IEdmStructuredObject, IEdmObject
'Usage
Dim instance As EdmStructuredObject
public abstract class EdmStructuredObject : Delta, 
    IEdmStructuredObject, IEdmObject
public ref class EdmStructuredObject abstract : public Delta, 
    IEdmStructuredObject, IEdmObject
[<AbstractClassAttribute>]
type EdmStructuredObject =  
    class 
        inherit Delta 
        interface IEdmStructuredObject 
        interface IEdmObject 
    end
public abstract class EdmStructuredObject extends Delta implements IEdmStructuredObject, IEdmObject

The EdmStructuredObject type exposes the following members.

Constructors

  Name Description
Protected method EdmStructuredObject(IEdmStructuredType) Initializes a new instance of the EdmStructuredObject class.
Protected method EdmStructuredObject(IEdmStructuredTypeReference) Initializes a new instance of the EdmStructuredObject class.
Protected method EdmStructuredObject(IEdmStructuredType, 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.
Public property ExpectedEdmType Gets or sets the expected IEdmStructuredType of the entity or complex type of this object.
Public property IsNullable Gets or sets whether the EDM object is nullable or not.

Top

Methods

  Name Description
Public method Clear (Overrides Delta.Clear().)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetChangedPropertyNames (Overrides Delta.GetChangedPropertyNames().)
Public method GetDynamicMemberNames (Inherited from DynamicObject.)
Public method GetEdmType
Public method GetHashCode (Inherited from Object.)
Public method GetMetaObject (Inherited from DynamicObject.)
Public method GetType (Inherited from Object.)
Public method GetUnchangedPropertyNames (Overrides Delta.GetUnchangedPropertyNames().)
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 (Overrides Delta.TryGetPropertyType(String, Type%).)
Public method TryGetPropertyValue (Overrides Delta.TryGetPropertyValue(String, Object%).)
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 (Overrides Delta.TrySetPropertyValue(String, Object).)
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