Share via


NullEdmComplexObject Class

 

Represents an IEdmComplexObject that is null.

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

Inheritance Hierarchy

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

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod NullEdmComplexObject(IEdmComplexTypeReference)

Initializes a new instance of the NullEdmComplexObject class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetEdmType()

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod TryGetPropertyValue(String, Object)

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

System.Web.Http.OData Namespace

Return to top