ExportContext

Namespace: Lithnet.Ecma2Framework

The export context contains information about the currently running export operation

public class ExportContext

Inheritance ObjectExportContext

Properties

RunStep

Gets information about the run step that is currently executing

public OpenExportConnectionRunStep RunStep { get; }

Property Value

OpenExportConnectionRunStep

Types

Gets the current schema of the management agent

public Schema Types { get; }

Property Value

Schema

CustomData

Gets or sets an object that can be used to store user-defined custom data that is shared by all export providers

public object CustomData { get; set; }

Property Value

Object

Last updated