Interface IHasKeyData
Indicator that a particular object has some key data attached to it - useful for most DataImpressions.
Namespace: IVLab.ABREngine
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public interface IHasKeyData
Methods
| Improve this Doc View SourceGetKeyData()
Get any key data object associated with this object
Declaration
KeyData GetKeyData()
Returns
Type | Description |
---|---|
KeyData |
GetKeyDataTopology()
Get the KeyData's expected topology
Declaration
DataTopology GetKeyDataTopology()
Returns
Type | Description |
---|---|
DataTopology |
SetKeyData(KeyData)
Set the Key Data for this object
Declaration
void SetKeyData(KeyData kd)
Parameters
Type | Name | Description |
---|---|---|
KeyData | kd |