Share via


DslHasDiagram Constructors

Definition

Overloads

DslHasDiagram(Dsl, Diagram)

Constructor Creates a DslHasDiagram link in the same Partition as the given Dsl

DslHasDiagram(Partition, RoleAssignment[])

Constructor

DslHasDiagram(Store, RoleAssignment[])

Constructor

DslHasDiagram(Partition, RoleAssignment[], PropertyAssignment[])

Constructor

DslHasDiagram(Store, RoleAssignment[], PropertyAssignment[])

Constructor

DslHasDiagram(Dsl, Diagram)

Constructor Creates a DslHasDiagram link in the same Partition as the given Dsl

public:
 DslHasDiagram(Microsoft::VisualStudio::Modeling::DslDefinition::Dsl ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::Diagram ^ target);
public DslHasDiagram (Microsoft.VisualStudio.Modeling.DslDefinition.Dsl source, Microsoft.VisualStudio.Modeling.DslDefinition.Diagram target);
new Microsoft.VisualStudio.Modeling.DslDefinition.DslHasDiagram : Microsoft.VisualStudio.Modeling.DslDefinition.Dsl * Microsoft.VisualStudio.Modeling.DslDefinition.Diagram -> Microsoft.VisualStudio.Modeling.DslDefinition.DslHasDiagram
Public Sub New (source As Dsl, target As Diagram)

Parameters

source
Dsl

Dsl to use as the source of the relationship.

target
Diagram

Diagram to use as the target of the relationship.

Applies to

DslHasDiagram(Partition, RoleAssignment[])

Constructor

public:
 DslHasDiagram(Microsoft::VisualStudio::Modeling::Partition ^ partition, ... cli::array <Microsoft::VisualStudio::Modeling::RoleAssignment ^> ^ roleAssignments);
public DslHasDiagram (Microsoft.VisualStudio.Modeling.Partition partition, params Microsoft.VisualStudio.Modeling.RoleAssignment[] roleAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.DslHasDiagram : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.RoleAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.DslHasDiagram
Public Sub New (partition As Partition, ParamArray roleAssignments As RoleAssignment())

Parameters

partition
Partition

Partition where new link is to be created.

roleAssignments
RoleAssignment[]

List of relationship role assignments.

Applies to

DslHasDiagram(Store, RoleAssignment[])

Constructor

public:
 DslHasDiagram(Microsoft::VisualStudio::Modeling::Store ^ store, ... cli::array <Microsoft::VisualStudio::Modeling::RoleAssignment ^> ^ roleAssignments);
public DslHasDiagram (Microsoft.VisualStudio.Modeling.Store store, params Microsoft.VisualStudio.Modeling.RoleAssignment[] roleAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.DslHasDiagram : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.RoleAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.DslHasDiagram
Public Sub New (store As Store, ParamArray roleAssignments As RoleAssignment())

Parameters

store
Store

Store where new link is to be created.

roleAssignments
RoleAssignment[]

List of relationship role assignments.

Applies to

DslHasDiagram(Partition, RoleAssignment[], PropertyAssignment[])

Constructor

public:
 DslHasDiagram(Microsoft::VisualStudio::Modeling::Partition ^ partition, cli::array <Microsoft::VisualStudio::Modeling::RoleAssignment ^> ^ roleAssignments, cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public DslHasDiagram (Microsoft.VisualStudio.Modeling.Partition partition, Microsoft.VisualStudio.Modeling.RoleAssignment[] roleAssignments, Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.DslHasDiagram : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.RoleAssignment[] * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.DslHasDiagram
Public Sub New (partition As Partition, roleAssignments As RoleAssignment(), propertyAssignments As PropertyAssignment())

Parameters

partition
Partition

Partition where new link is to be created.

roleAssignments
RoleAssignment[]

List of relationship role assignments.

propertyAssignments
PropertyAssignment[]

List of properties assignments to set on the new link.

Applies to

DslHasDiagram(Store, RoleAssignment[], PropertyAssignment[])

Constructor

public:
 DslHasDiagram(Microsoft::VisualStudio::Modeling::Store ^ store, cli::array <Microsoft::VisualStudio::Modeling::RoleAssignment ^> ^ roleAssignments, cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public DslHasDiagram (Microsoft.VisualStudio.Modeling.Store store, Microsoft.VisualStudio.Modeling.RoleAssignment[] roleAssignments, Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.DslHasDiagram : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.RoleAssignment[] * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.DslHasDiagram
Public Sub New (store As Store, roleAssignments As RoleAssignment(), propertyAssignments As PropertyAssignment())

Parameters

store
Store

Store where new link is to be created.

roleAssignments
RoleAssignment[]

List of relationship role assignments.

propertyAssignments
PropertyAssignment[]

List of properties assignments to set on the new link.

Applies to