Interface IScriptScope

Defines a script scope.

Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0Base
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
RequestResponse
public interface IScriptScope

Properties

ContextObject

Gets the context.

Declaration
RequestResponse
object ContextObject { get; }
Property Value
TypeDescription
object

MClient

Gets the sdk client.

Declaration
RequestResponse
IMClient MClient { get; }
Property Value
TypeDescription
IMClient

Methods

GetAuditData()

Gets the audit data from the script. For performance reasons, if there is nothing to return, null can be returned.

Declaration
RequestResponse
AuditData GetAuditData()
Returns
TypeDescription
AuditData

The AuditData.

GetTelemetryData()

Gets the telemetry data from the script.

Declaration
RequestResponse
TelemetryData GetTelemetryData()
Returns
TypeDescription
TelemetryData

The TelemetryData.

Do you have some feedback for us?

If you have suggestions for improving this article,