Override this method to provide your model key.
This key normally maps to the properties you have to read
from the document node in the worker.
Namespace: Spotfire.Dxp.Framework.Threading
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
protected virtual Object GetModelKeyCore( TModel model )
Parameters
- model
- Type: TModel
The model.
Return Value
Type: ObjectThe model key.
Remarks
- string
- int
- uint
- short
- ushort
- byte
- DateTime
- TimeSpan
- double
- flaot
- decimal
- long
- bool
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also