Share via


DynamicPropertyDictionaryAnnotation Class

 

This annotation indicates the mapping from a IEdmStructuredType to a PropertyInfo. The IEdmStructuredType is an open type and the PropertyInfo is the specific property which is used in an open type to save/retrieve the dynamic properties.

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

Inheritance Hierarchy

System.Object
  System.Web.OData.Builder.DynamicPropertyDictionaryAnnotation

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod DynamicPropertyDictionaryAnnotation(PropertyInfo)

Initializes a new instance of DynamicPropertyDictionaryAnnotation class.

Properties

Name Description
System_CAPS_pubproperty PropertyInfo

Gets the PropertyInfo which backs the dynamic properties of the open 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.Builder Namespace

Return to top