Share via


LineDisplayProperties Class

2/27/2008

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

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

Syntax

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

Remarks

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

Inheritance Hierarchy

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

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

LineDisplayProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace