GoDiagram Web Reference
SkipGeneration Method (GoXmlTransformer)

Return true if the Writer should not generate XML for an object.
Syntax
'Declaration
 
Public Overridable Function SkipGeneration( _
   ByVal obj As Object _
) As Boolean
public virtual bool SkipGeneration( 
   object obj
)

Parameters

obj
Remarks
This is called by GoXmlWriter.DefineObject and by GoXmlWriter.GenerateObject. By default this calls SkipGeneration on the InheritsFromTransformer, to allow another specific transformer to implement this behavior, or else calls GoXmlWriter.GoXmlWriter.InvokeSkipGeneration, to allow this TransformerType's base Type to provide a default behavior.
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

GoXmlTransformer Class
GoXmlTransformer Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback