VirtualValueRequest Class TIBCO Spotfire 7.6 API Reference
Represents the input and result for a value in a virtual column.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Framework.ThreadingWorkItem
    Spotfire.Dxp.Data.VirtualColumnsVirtualValueRequest

Namespace: Spotfire.Dxp.Data.VirtualColumns
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public sealed class VirtualValueRequest : WorkItem, 
	IDataPropertyContainer, IDataPropertiesAccessor

The VirtualValueRequest type exposes the following members.

Methods

  NameDescription
Public methodDispose
Frees up resources.
(Inherited from WorkItem.)
Protected methodDispose(Boolean)
Override this method to release unmanaged and - optionally - managed resources.
(Inherited from WorkItem.)
Public methodEquals
Determines whether the specified obj is the same instance as the current work item.
(Inherited from WorkItem.)
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from WorkItem.)
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 methodPushResultHandlerTItem
Adds a result handler to the top of the stack of result handlers. The handler must call ReturnItem when it is finished with the work item.
(Inherited from WorkItem.)
Public methodReadModelTModel
Allows reading the associated worker model in a thread-safe way.
(Inherited from WorkItem.)
Public methodReturnItem
Signals that a worker or result handler is finished with the work item. The method then passes the work item to the next handler in the stack.
(Inherited from WorkItem.)
Public methodSetEmptyResult
Sets the result value of this request to an empty value.
Public methodSetErrorResult Obsolete.
Sets the result value of this request to an error value, with the provided error message. The error message may not be null or an empty string.
Public methodSetImmutableResult
Sets the immutable result.
(Inherited from WorkItem.)
Public methodSetTransientEmptyResult
Sets the result value of this request to an empty value. Unlike SetEmptyResult it will be forgotten by the cache over time enabling new requests. This method is thus intended for temporary errors such as network failures etc.
Public methodSetValidResult
Sets the result value of this request to a valid value.
Top
Properties

  NameDescription
Public propertyHasImmutableResult
Gets a value indicating whether this instance has immutable result.
(Inherited from WorkItem.)
Public propertyImmutableResult
Gets the immutable result.
(Inherited from WorkItem.)
Public propertyInputValues
The data values to compute the result value for the current request from. These values are provided from the inputs of the virtual column identified by the external id, and more generally the properties, of this request. The values are ordered in the same order as the inputs were given in the input collection. If one of the inputs have been deleted an invalid value will occur in its place.
Public propertyIsCanceled
Returns true if the work item has been canceled.
(Inherited from WorkItem.)
Public propertyIsResultValid
Returns true if the work item result is valid in the live document. This will be false if the worker model changed after the work item was added to the dispatcher.
(Inherited from WorkItem.)
Public propertyModelGeneration
Gets the associated worker model generation. This can be used by the worker to cache information based on the worker model state. Should be avoided whenever possible. Caching should instead be handled via the caching behavior, the model key and item key functions of the worker factory.
(Inherited from WorkItem.)
Public propertyProperties
Gets the properties of the container that the result value is produced for.
Public propertyTag
Gets or sets a tag object. The tag object can be used to associate information with the work item.
(Inherited from WorkItem.)
Top
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference