PresentationViewsSubject Constructor
Include Protected Members
Include Inherited Members
You can also construct this relationship by setting the Model property in the PresentationElement.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
PresentationViewsSubject(Partition, array<RoleAssignment[]) | Construct the relationship in a given partition. | |
PresentationViewsSubject(PresentationElement, ModelElement) | Creates a PresentationViewsSubject link in the same Partition as the given PresentationElement | |
PresentationViewsSubject(Store, array<RoleAssignment[]) | Constructs the relationship in the default partition for this relationship in the given Store. | |
PresentationViewsSubject(Partition, array<RoleAssignment[], array<PropertyAssignment[]) | Construct the relationship with property assignments | |
PresentationViewsSubject(Store, array<RoleAssignment[], array<PropertyAssignment[]) | Constructs the relationship in the default partition for this relationship in the given Store. |
Top