Share via


DynamicPropertyDictionaryAnnotation Class

Definition

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.

public class DynamicPropertyDictionaryAnnotation
type DynamicPropertyDictionaryAnnotation = class
Public Class DynamicPropertyDictionaryAnnotation
Inheritance
DynamicPropertyDictionaryAnnotation

Constructors

DynamicPropertyDictionaryAnnotation(PropertyInfo)

Initializes a new instance of DynamicPropertyDictionaryAnnotation class.

Properties

PropertyInfo

Gets the PropertyInfo which backs the dynamic properties of the open type.

Applies to