Property | Type | Description | |
---|---|---|---|
DomainClassId | global::System.Guid |
Method | Description | |
---|---|---|
EntityHasRelationShipsConnector ( global::Microsoft.VisualStudio.Modeling store ) |
Constructor
|
|
FindEntityHasRelationShipsConnectorDecorator ( string decoratorName ) : DslDiagrams::Decorator |
Finds a decorator associated with EntityHasRelationShipsConnector.
|
|
OnDragOver ( DiagramDragEventArgs e ) : void |
Method | Description | |
---|---|---|
InitializeInstanceResources ( ) : void |
Initializes resources associated with this connector instance.
|
|
InitializeResources ( global::Microsoft.VisualStudio.Modeling.Diagrams classStyleSet ) : void |
Initializes style set resources for this shape type
|
public EntityHasRelationShipsConnector ( global::Microsoft.VisualStudio.Modeling store ) | ||
store | global::Microsoft.VisualStudio.Modeling | Store where new element is to be created. |
public static FindEntityHasRelationShipsConnectorDecorator ( string decoratorName ) : DslDiagrams::Decorator | ||
decoratorName | string | |
return | DslDiagrams::Decorator |
protected InitializeInstanceResources ( ) : void | ||
return | void |
protected InitializeResources ( global::Microsoft.VisualStudio.Modeling.Diagrams classStyleSet ) : void | ||
classStyleSet | global::Microsoft.VisualStudio.Modeling.Diagrams | The style set for this shape class |
return | void |
public OnDragOver ( DiagramDragEventArgs e ) : void | ||
e | DiagramDragEventArgs | |
return | void |