PropertyOutputBuilder Methods TIBCO Spotfire 6.0 API Reference
The PropertyOutputBuilder type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCreateDataColumnPropertyOutput
Create a PropertyOutputBuilder where a data column property is used as output.
Public methodStatic memberCreateDataTablePropertyOutput
Create a PropertyOutputBuilder where a datatable property is used as output.
Public methodStatic memberCreateDocumentPropertyOutput
Create a PropertyOutputBuilder where a document property is used as output.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetDataColumnProperty
Create a mapping to a column property.
Public methodSetDataTableProperty
Create a mapping to a table property.
Public methodSetDocumentProperty
Create a mapping to a document property.
Back to Top
See Also