Click or drag to resize

TmplItemCollectionEvaluate Method

[This is preliminary documentation and is subject to change.]

Evaluate tmpItem

Namespace:  CSC.SC.TOPICA4.Template
Assembly:  CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.37.7779.15939
Syntax
C#
public Object Evaluate(
	Expression expr,
	ComputationContext context
)

Parameters

expr
Type: Expression
context
Type: ComputationContext

Return Value

Type: Object

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.TmplItemCollection.Evaluate(CSC.SC.Enterprise.Computation.Expression,CSC.SC.Enterprise.Computation.ComputationContext)"]

Implements

IEvaluatable.Evaluate(Expression, ComputationContext)
See Also