GoDiagram Web Reference
HandlesNamedPorts Property

Gets or sets whether the identifiers for named ports should be attributes on this element.
Syntax
'Declaration
 
Public Property HandlesNamedPorts As Boolean
public bool HandlesNamedPorts {get; set;}

Property Value

The default is false. This may be set to true for those transformers whose objects contain ports.
Remarks

This is commonly set to true for node types that predefine a fixed set of ports, when it is not desired to represent information about each port besides the identifier. Thus it is natural to set this property to true for types such as GoBasicNode, GoIconicNode, GoTextNode, and GoSimpleNode.

See also the description for AddBinding(String,String,GoXmlBindingFlags).

Note that this does not produce nested XML elements, unlike HandlesChildren.

These port identifiers are not at all related to an Northwoods.GoWeb.IGoIdentifiablePart.Northwoods.GoWeb.IGoIdentifiablePart.PartID.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoXmlBindingTransformer Class
GoXmlBindingTransformer Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback