Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .jpeg) | EdmComplexObject(IEdmComplexType) | Initializes a new instance of the EdmStructuredObject class. | 
| .jpeg) | EdmComplexObject(IEdmComplexType, Boolean) | Initializes a new instance of the EdmStructuredObject class. | 
| .jpeg) | EdmComplexObject(IEdmComplexTypeReference) | Initializes a new instance of the EdmStructuredObject class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | ActualEdmType | Gets or sets the actual IEdmStructuredType of the entity or complex type of this object.(Inherited from EdmStructuredObject.) | 
| .jpeg) | ExpectedEdmType | Gets or sets the expected IEdmStructuredType of the entity or complex type of this object.(Inherited from EdmStructuredObject.) | 
| .jpeg) | IsNullable | Gets or sets whether the EDM object is nullable or not.(Inherited from EdmStructuredObject.) | 
Methods
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
Return to top
.jpeg)