AssociatedPropertyInfo Class
Visual Studio 2012
Class that provides info about a domain property associated with a ShapeField.
Namespace:
Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
The AssociatedPropertyInfo type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AssociatedPropertyInfo(Guid) | Create a AssociatedPropertyInfo that points at a property on the ModelElement associated with the PresentationElement that the ShapeField is hosted on. |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
