ECMA2 Framework
Home
  • Home
  • Using the Framework
    • Getting started
    • Definining the schema
    • Definining capabilites
    • Defining configuration parameters
    • Using the ProducerConsumerImportProvider
    • Building single-file assemblies
  • Additional resources
    • Example projects
      • Lithnet Okta Management Agent
      • Simple example
    • Troubleshooting
    • Change log
  • Advanced
    • API Reference
      • CapabilitiesConfigurationAttribute
      • CheckboxParameterAttribute
      • ConnectivityConfigurationAttribute
      • DataParameterAttribute
      • DividerParameterAttribute
      • DropdownParameterAttribute
      • Ecma2FrameworkOptions
      • EncryptedStringParameterAttribute
      • ExportContext
      • FileParameterAttribute
      • GlobalConfigurationAttribute
      • ICapabilitiesProvider
      • IConfigParameters
      • IConfigParametersProvider
      • IContextInitializer
      • ICSEntryChangeCollection
      • IEcmaStartup
      • ImportContext
      • IObjectExportProvider
      • IObjectImportProvider
      • IObjectPasswordProvider
      • ISchemaProvider
      • LabelParameterAttribute
      • MultilineTextboxParameterAttribute
      • ParameterAttribute
      • PartitionConfigurationAttribute
      • PasswordContext
      • ProducerConsumerImportProvider<TObject>
      • RunStepConfigurationAttribute
      • SchemaConfigurationAttribute
      • StringParameterAttribute
      • UIParameterAttribute
Powered by GitBook
On this page
  • Properties
  • RunStep
  • InDelta
  • Types
  • CustomData
  1. Advanced
  2. API Reference

ImportContext

PreviousIEcmaStartupNextIObjectExportProvider

Last updated 1 year ago

Namespace: Lithnet.Ecma2Framework

The import context contains information about the currently running import operation

public class ImportContext

Inheritance →

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

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 import providers

public object CustomData { get; set; }

Property Value

Object
ImportContext
Boolean
Object