Class CSVRow
Class CSVRow.
Inherited Members
Namespace: Unity.Industrial.Configurator.Importers.csv.Editor
Assembly: solution.dll
Syntax
public class CSVRow
Constructors
| Name | Description |
|---|---|
| CSVRow(string[]) | Initializes a new instance of the CSVRow class. |
Properties
| Name | Description |
|---|---|
| assignmentTargetQueryType | Gets the type of the assignment target query. |
| assignmentType | Gets the type of the assignment. |
| assignmentValueQuery | Gets the assignment value query. |
| assignmentValueQueryType | Gets the type of the assignment value query. |
| defaultVariant | Gets the default variant. |
| gameObject | Gets the game object. |
| isPack | Gets the is pack. |
| isPackSet | Gets the is pack set. |
| materialSlotIndex | Gets the index of the material slot. |
| packFeature | Gets the pack feature. |
| product | Gets the product. |
| runtimeDescription | Gets the runtime description. |
| runtimeName | Gets the name of the runtime. |
| runtimeThumbnail | Gets the runtime thumbnail. |
| runtimeVisibilityStatus | Gets the runtime visibility status. |
| variant | Gets the variant. |
| variantSet | Gets the variant set. |
Methods
| Name | Description |
|---|---|
| IsAssignment() | Determines whether this instance is assignment. |
| IsGameObjectVisibilityAssignment() | Determines whether [is game object visibility assignment]. |
| IsMaterialAssignment() | Determines whether [is material assignment]. |
| IsPackDefinition() | Determines whether [is pack definition]. |
| IsPackFeature() | Determines whether [is pack feature]. |
| IsPackSetDefinition() | Determines whether [is pack set definition]. |
| IsRendererVisibilityAssignment() | Determines whether [is renderer visibility assignment]. |
| IsStaticBoolQueryNode() | Determines whether [is static bool query node]. |
| IsStaticListGameObjectQueryNode() | Determines whether [is static list game object query node]. |
| IsStaticListMaterialSlotQueryNode() | Determines whether [is static list material slot query node]. |
| IsStaticListRendererQueryNode() | Determines whether [is static list renderer query node]. |
| IsStaticMaterialQueryNode() | Determines whether [is static material query node]. |
| IsVariantDefinition() | Determines whether [is variant definition]. |
| IsVariantSetDefinition() | Determines whether [is variant set definition]. |
| ReadCSV(string) | Reads the CSV. |
| ToString() | Returns a string that represents this instance. |