ImportContext

Namespace: Lithnet.Ecma2Framework

The import context contains information about the currently running import operation

public class ImportContext

Inheritance Objectarrow-up-rightImportContext

Properties

RunStep

Gets information about the run step that is currently executing

public OpenImportConnectionRunStep RunStep { get; }

Property Value

OpenImportConnectionRunStep

InDelta

Gets a value that indicates if the import operation is a delta import

public bool InDelta { get; }

Property Value

Booleanarrow-up-right

Types

Gets the current schema of the management agent

Property Value

Schema

CustomData

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

Property Value

Objectarrow-up-right

Last updated