Share via


CashDrawerProperties Class (POS for .NET v1.12 SDK Documentation)

2/27/2008

CashDrawerProperties is a helper class created by POS for .NET to simplify the retrieval and setting of property values for cash drawer devices.

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Public Class CashDrawerProperties
    Inherits CommonProperties
public class CashDrawerProperties : CommonProperties
public ref class CashDrawerProperties : public CommonProperties
public class CashDrawerProperties extends CommonProperties
public class CashDrawerProperties extends CommonProperties

Remarks

CashDrawerProperties is a helper class created by POS for .NET to simplify the retrieval and setting of property values for cash drawer devices. CashDrawerProperties inherits from the CommonProperties class. The protected Properties property of CashDrawerBase class returns an instance of CashDrawerProperties that includes property initializations provided by POS for .NET. CashDrawerProperties bypasses state validation—in other words, the service object can use CashDrawerProperties to set values for properties even if the device hasn’t been opened, claimed, or enabled. For information about the properties in CashDrawerProperties, refer to the CashDrawerBase class.

Inheritance Hierarchy

System.Object
   Microsoft.PointOfService.BasicServiceObjects.CommonProperties
    Microsoft.PointOfService.BaseServiceObjects.CashDrawerProperties

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

CashDrawerProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace