AssociatedPropertyInfo 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.
Class that provides info about a domain property associated with a ShapeField.
public ref class AssociatedPropertyInfo
public class AssociatedPropertyInfo
type AssociatedPropertyInfo = class
Public Class AssociatedPropertyInfo
- Inheritance
-
AssociatedPropertyInfo
Constructors
AssociatedPropertyInfo(Guid, PresentationDomainNavigator, DomainPresentationNavigator) |
Create an AssociatedPropertyInfo that points at a property on a ModelElement somewhere in the model. The given delegates are used to navigate to/from the shape to this element. |
AssociatedPropertyInfo(Guid) |
Create a AssociatedPropertyInfo that points at a property on the ModelElement associated with the PresentationElement that the ShapeField is hosted on. |
Properties
DomainPresentationNavigator |
Delegate used to navigate from the element in the domain model containing the property to the presentation element displaying the shape field. |
FilteringValues |
A list of filtering values associated with this property. Used for ShapeField visibility property associations. |
IsShapeProperty |
True if the property exists directly on the shape itself, false otherwise. |
PresentationDomainNavigator |
Delegate used to navigate from the presentation element displaying the shape field to the element in the domain model containing the property. |
PropertyId |
Domain property identifier. |