The PropertyOutputBuilder type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
CreateDataColumnPropertyOutput |
Create a PropertyOutputBuilder where a data column property is used as output.
| |
CreateDataTablePropertyOutput |
Create a PropertyOutputBuilder where a datatable property is used as output.
| |
CreateDocumentPropertyOutput |
Create a PropertyOutputBuilder where a document property is used as output.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetDataColumnProperty |
Create a mapping to a column property.
| |
SetDataTableProperty |
Create a mapping to a table property.
| |
SetDocumentProperty |
Create a mapping to a document property.
|
Properties
Name | Description | |
---|---|---|
InputToAdaptSelectionsFrom |
Gets or sets an input where this output can find selections to remap the output data with.
(Inherited from DataFunctionOutputBuilder.) | |
PropertyName |
Gets the name of property to set. If there is no property with that name it will become auto created
when the data function is run.
| |
Transformations |
Gets the transformations that should be applied to the result.
(Inherited from DataFunctionOutputBuilder.) |
See Also