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
Item
[SuppressMessage("Usage", "CA2227:Collection properties should be read only", Justification = "<Pending>")]
public Item? Item { get; set; }
Property Value
ItemID
public int ItemID { get; set; }
Property Value
ItemType
public string? ItemType { get; set; }
Property Value
ItemUsageType
public StructureContextType ItemUsageType { get; set; }