[]
Represents the import context.
public class ImportContext
Public Class ImportContext
| Name | Description |
|---|---|
| ImportContext(UnitConverter, Func<string>) | Initializes a new instance of the ImportContext class. |
| Name | Description |
|---|---|
| CompatibleFeatures | Gets the override compatible features for importing. |
| CustomData | Gets or sets the custom data for the import context object. |
| FunctionResolver | Gets or sets the function resolver. |
| Options | Gets or sets an ImportOptions value indicates options for importing process. |
| UnitConverter | Gets the unit converter which converts measurement values. |
| Name | Description |
|---|---|
| FinalizeImporting() | Allows the caller to try to free resources and perform other cleanup operations before the importing process finished. |