NullEdmComplexObject Class
Represents an IEdmComplexObject that is null.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.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 | |
---|---|---|
NullEdmComplexObject(IEdmComplexTypeReference) | Initializes a new instance of the NullEdmComplexObject class. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetEdmType() | ||
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
|
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
Return to top