Share via


CheckScannerProperties Class

2/27/2008

A helper class created by POS for .NET to simplify the retrieval and setting of property values for check scanner devices.

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

Syntax

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

Remarks

CheckScannerProperties is a helper class created by POS for .NET to simplify the retrieval and setting of property values for check scanner devices. CheckScannerProperties inherits from the CommonProperties class. The protected Properties property of CheckScannerBase class returns an instance of CheckScannerProperties. The service object can manage the value of a property using the syntax Properties.<propertyName>. CheckScannerProperties bypasses state validation—in other words, the service object can use CheckScannerProperties to set values for properties even though the application hasn’t opened, claimed, or enabled the check scanner device.

Inheritance Hierarchy

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

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

CheckScannerProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace