An abstract base class that provides basic functionality for any descended Item class.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)

Syntax

C#
public abstract class Item : IXmlTemplate, 
	INotifyPropertyChanged
Visual Basic
Public MustInherit Class Item
	Implements IXmlTemplate, INotifyPropertyChanged
Visual C++
public ref class Item abstract : IXmlTemplate, 
	INotifyPropertyChanged

Inheritance Hierarchy

See Also