Share via


NullEdmComplexObject Class

Represents an IEdmComplexObject that is null.

Inheritance Hierarchy

System.Object
  System.Web.Http.OData.NullEdmComplexObject

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

Syntax

'Declaration
Public Class NullEdmComplexObject _
    Implements IEdmComplexObject, IEdmStructuredObject, IEdmObject
'Usage
Dim instance As NullEdmComplexObject
public class NullEdmComplexObject : IEdmComplexObject, 
    IEdmStructuredObject, IEdmObject
public ref class NullEdmComplexObject : IEdmComplexObject, 
    IEdmStructuredObject, IEdmObject
type NullEdmComplexObject =  
    class 
        interface IEdmComplexObject 
        interface IEdmStructuredObject 
        interface IEdmObject 
    end
public class NullEdmComplexObject implements IEdmComplexObject, IEdmStructuredObject, IEdmObject

The NullEdmComplexObject type exposes the following members.

Constructors

  Name Description
Public method NullEdmComplexObject Initializes a new instance of the NullEdmComplexObject class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEdmType
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method TryGetPropertyValue

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