DynamicPropertyDictionaryAnnotation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |