Table of Contents

Method Load

Namespace
Skyline.DataMiner.Scripting
Assembly
QActionHelperBaseClasses.dll

Load()

Gets the data object for this element and buffers it.

public object Load()

Returns

object

The raw saved data stored for this element.

Remarks

  • When the data for this element is not null, the property Buffered will be set to true, otherwise it will be set to false.
  • If the data saved for this element is of type Dictionary<string, object>, the mapping will also be loaded.