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