Class CatalogMetadata
Class CatalogMetadata.
Namespace: UnityEngine.Industrial.Configuring.Core
Syntax
[Serializable]
public class CatalogMetadata
Fields
CatalogName
The catalog name
Declaration
public string CatalogName
Field Value
Type | Description |
---|---|
String |
ProductCount
The product count
Declaration
public int ProductCount
Field Value
Type | Description |
---|---|
Int32 |
ProductProfiles
The product profiles
Declaration
public List<ProductVariantProfileMetadata> ProductProfiles
Field Value
Type | Description |
---|---|
List<ProductVariantProfileMetadata> |