ClrTypeAnnotation Class

 

Represents a mapping from an IEdmType to a CLR type.

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

Inheritance Hierarchy

System.Object
  System.Web.OData.ClrTypeAnnotation

Syntax

public class ClrTypeAnnotation
public ref class ClrTypeAnnotation 
type ClrTypeAnnotation = class end
Public Class ClrTypeAnnotation

Constructors

Name Description
System_CAPS_pubmethod ClrTypeAnnotation(Type)

Initializes a new instance of ClrTypeAnnotation class.

Properties

Name Description
System_CAPS_pubproperty ClrType

Gets the backing CLR type for the EDM type.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

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.)

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.OData Namespace

Return to top