Table of Contents

Class ItemUsage

Namespace
Dynamicweb.DataIntegration.ProviderHelpers
Assembly
Dynamicweb.DataIntegration.dll
public class ItemUsage
Inheritance
ItemUsage
Inherited Members

Properties

ID

public int ID { get; set; }

Property Value

int

Item

public Item Item { get; set; }

Property Value

Item

ItemID

public int ItemID { get; set; }

Property Value

int

ItemType

public string ItemType { get; set; }

Property Value

string

ItemUsageType

public StructureContextType ItemUsageType { get; set; }

Property Value

StructureContextType
To top