ClrTypeAnnotation Class
Represents a mapping from an IEdmType to a CLR type.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.OData.ClrTypeAnnotation
Syntax
public class ClrTypeAnnotation
public ref class ClrTypeAnnotation
type ClrTypeAnnotation = class end
Public Class ClrTypeAnnotation
Constructors
Name | Description | |
---|---|---|
ClrTypeAnnotation(Type) | Initializes a new instance of ClrTypeAnnotation class. |
Properties
Name | Description | |
---|---|---|
ClrType | The backing CLR type for the EDM type. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from 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