Class ParsedData<T>
Simple class to create an easy-to use lookup of row data to import in Forma
Inherited Members
Namespace: Unity.Industrial.Forma.Importers.Sample.Editor
Assembly: solution.dll
Syntax
[MovedFrom(true, "Unity.Industrial.Configurator.Importers.Sample.Editor", "Unity.Industrial.Configurator.Importers.Sample.Editor", null)]
public class ParsedData<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Name | Description |
|---|---|
| ParsedData() |
Fields
| Name | Description |
|---|---|
| configurator | Configurator |
| contexts | The contexts |
| localPricing | Local pricing |
| packSets | Map of packSets:[pack|Variant] |
| packs | Map of pack:[pack|Feature] |
| productPacks | Map of product:packSets |
| products | Map of product:variantSet |
| ruleDefinitions | Rule definitions |
| ruleInfos | Rule information |
| targetQuery | Map of assignment:valueQuery |
| valueQuery | Map of assignment:valueQuery |
| variantSets | Map of variantSet:variant |
| variants | Map of variant:assignment |