CashUnits Members
2/27/2008
Holds arrays of bill and coin types for use in POS devices such as Cash Changers and Bill Dispensers.
The following tables list the members exposed by the CashUnits type.
Public Constructors
Name | Description | |
---|---|---|
CashUnits | Creates an instance of the CashUnits class from parameters specifying the constituent parts of the instance. |
Top
Public Properties
Name | Description | |
---|---|---|
Bills | Gets an array that contains a set of nominal (face) values for bills in the current currency type. | |
Coins | Gets an array that contains a set of nominal (face) values for coins in the current currency type. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. | |
GetHashCode | Overridden. | |
GetType | (inherited from Object ) | |
op_Equality | Compares the specified CashUnits and object to determine whether they are equal. | |
op_Inequality | Returns a value that indicates whether an instance of CashUnits and an object are not equal. | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from ValueType ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
CashUnits Structure
Microsoft.PointOfService Namespace
BillDispenser Class
CashChanger Class