DocumentNode CreateRuntimeConstant T  Method TIBCO Spotfire 6.5 API Reference
Creates a runtime constant. A runtime constant is a property in the document model whose value is computed once when first accessed. The value is then disposed along with the DocumentNode.

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

protected void CreateRuntimeConstant<T>(
	out RuntimeConstant<T> field,
	PropertyComputer<T> factoryMethod
)

Parameters

field
Type: Spotfire.Dxp.Framework.DocumentModel RuntimeConstant T  
The field that the RuntimeConstant T  will be assigned to. This shall be a readonly field.
factoryMethod
Type: Spotfire.Dxp.Framework.DocumentModel PropertyComputer T 
A delegate that creates the value of the runtime constant.
Type Parameters

T
The type of the runtime constant.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also