ImageShapeHasBaseImageShape Constructors

Definition

Overloads

ImageShapeHasBaseImageShape(ImageShape, ImageShape)

Constructor Creates a ImageShapeHasBaseImageShape link in the same Partition as the given ImageShape

ImageShapeHasBaseImageShape(Partition, RoleAssignment[])

Constructor

ImageShapeHasBaseImageShape(Store, RoleAssignment[])

Constructor

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

Constructor

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

Constructor

ImageShapeHasBaseImageShape(ImageShape, ImageShape)

Constructor Creates a ImageShapeHasBaseImageShape link in the same Partition as the given ImageShape

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

Parameters

source
ImageShape

ImageShape to use as the source of the relationship.

target
ImageShape

ImageShape to use as the target of the relationship.

Applies to

ImageShapeHasBaseImageShape(Partition, RoleAssignment[])

Constructor

public:
 ImageShapeHasBaseImageShape(Microsoft::VisualStudio::Modeling::Partition ^ partition, ... cli::array <Microsoft::VisualStudio::Modeling::RoleAssignment ^> ^ roleAssignments);
public ImageShapeHasBaseImageShape (Microsoft.VisualStudio.Modeling.Partition partition, params Microsoft.VisualStudio.Modeling.RoleAssignment[] roleAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.RoleAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape
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

ImageShapeHasBaseImageShape(Store, RoleAssignment[])

Constructor

public:
 ImageShapeHasBaseImageShape(Microsoft::VisualStudio::Modeling::Store ^ store, ... cli::array <Microsoft::VisualStudio::Modeling::RoleAssignment ^> ^ roleAssignments);
public ImageShapeHasBaseImageShape (Microsoft.VisualStudio.Modeling.Store store, params Microsoft.VisualStudio.Modeling.RoleAssignment[] roleAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.RoleAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape
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

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

Constructor

public:
 ImageShapeHasBaseImageShape(Microsoft::VisualStudio::Modeling::Partition ^ partition, cli::array <Microsoft::VisualStudio::Modeling::RoleAssignment ^> ^ roleAssignments, cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public ImageShapeHasBaseImageShape (Microsoft.VisualStudio.Modeling.Partition partition, Microsoft.VisualStudio.Modeling.RoleAssignment[] roleAssignments, Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.RoleAssignment[] * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape
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

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

Constructor

public:
 ImageShapeHasBaseImageShape(Microsoft::VisualStudio::Modeling::Store ^ store, cli::array <Microsoft::VisualStudio::Modeling::RoleAssignment ^> ^ roleAssignments, cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public ImageShapeHasBaseImageShape (Microsoft.VisualStudio.Modeling.Store store, Microsoft.VisualStudio.Modeling.RoleAssignment[] roleAssignments, Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.RoleAssignment[] * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape
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