EdmStructuredObject Class
Represents an IEdmStructuredObject with no backing CLR Type.
Assembly: System.Web.OData (in System.Web.OData.dll)
System::Object
System.Dynamic::DynamicObject
System.Web.OData::Delta
System.Web.OData::EdmStructuredObject
System.Web.OData::EdmComplexObject
System.Web.OData::EdmEntityObject
System.Dynamic::DynamicObject
System.Web.OData::Delta
System.Web.OData::EdmStructuredObject
System.Web.OData::EdmComplexObject
System.Web.OData::EdmEntityObject
| Name | Description | |
|---|---|---|
![]() | EdmStructuredObject(IEdmStructuredType^) | Initializes a new instance of the EdmStructuredObject class. |
![]() | EdmStructuredObject(IEdmStructuredType^, Boolean) | Initializes a new instance of the EdmStructuredObject class. |
![]() | EdmStructuredObject(IEdmStructuredTypeReference^) | Initializes a new instance of the EdmStructuredObject class. |
| Name | Description | |
|---|---|---|
![]() | ActualEdmType | Gets or sets the actual IEdmStructuredType of the entity or complex type of this object. |
![]() | ExpectedEdmType | Gets or sets the expected IEdmStructuredType of the entity or complex type of this object. |
![]() | IsNullable | Gets or sets whether the EDM object is nullable or not. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


