Represents an instance of an IEdmComplexType.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public interface IEdmComplexObject : IEdmStructuredObject, IEdmObject
public interface class IEdmComplexObject : IEdmStructuredObject, 
    IEdmObject
type IEdmComplexObject = 
    interface
        interface IEdmStructuredObject
        interface IEdmObject
    end
Public Interface IEdmComplexObject
    Inherits IEdmStructuredObject, IEdmObject
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | GetEdmType() | Gets the IEdmTypeReference of this instance.(Inherited from IEdmObject.) | 
| .jpeg) | TryGetPropertyValue(String, Object) | Gets the value of the property with the given name. (Inherited from IEdmStructuredObject.) | 
See Also
Return to top