Click or drag to resize

CheckSummaryList Class

List of CheckSummaryData objects
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListCheckSummaryData
    Micros.OpsCheckSummaryList

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public class CheckSummaryList : List<CheckSummaryData>, 
	INotifyPropertyChanged

The CheckSummaryList type exposes the following members.

Constructors
 NameDescription
Public methodCheckSummaryListInitializes a new instance of the CheckSummaryList class
Top
Properties
 NameDescription
Public propertyCanPrint Flag to show the print button on the screen; fires an OnPropertyChanged event when updated
Public propertyCanVoid Flag to show the void button on the screen; fires an OnPropertyChanged event when updated
Public propertyCurrent The current element of the list.
Public propertyCurrentIndex The index of the current element of the list.
Public propertyDisplayCurrentIndex The 1-based displayable index of the current item
Public propertyNextEnabled True if not at the end of the list
Public propertyPreviousEnabled True if not at the start of the list
Top
Methods
 NameDescription
Public methodNext Move to the next element
Protected methodOnPropertyChanged Handle a change event
Public methodPrevious Move to the previous element of the list
Top
Events
 NameDescription
Public eventPropertyChanged 
Top
See Also