GoDiagram Web Reference
Prototype Property (GoXmlBindingTransformer)

Gets or sets the object which will be copied and initialized when consuming an XML element with this transformer.
Syntax
'Declaration
 
Public Property Prototype As Object
public object Prototype {get; set;}

Property Value

The value should either be a GoObject or GoDocument or implement ICloneable. This will be set in the constructor, and should not be replaced during generation or consumption. When the prototype is a Northwoods.GoWeb.GoDocument and is the root, this transformer is used in a special manner to support binding document properties to root attributes. The documentation for GoXmlBindingTransformer Constructor(String,Object) provides more details.
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