StatelessPropertyComputerT Delegate

Spotfire 15.0 API Reference

Namespace:  Spotfire.Dxp.Framework.DocumentModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public delegate T StatelessPropertyComputer<T>(
	DocumentNode documentNode
)

Parameters

documentNode
Type: Spotfire.Dxp.Framework.DocumentModelDocumentNode

Type Parameters

T

Return Value

Type: T
Remarks

The delegate shall be declared as a static field that references a static method.
Version Information


See Also

Reference