Class CashRegisterLocation
Poloha prenosnej registračnej pokladne
Inheritance
CashRegisterLocation
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class CashRegisterLocation : RegistrationData
Constructors
CashRegisterLocation(ORPCode, CashRegisterOtherLocation)
Declaration
public CashRegisterLocation(ORPCode cashRegisterCode, CashRegisterOtherLocation other)
Parameters
CashRegisterLocation(ORPCode, GeoCoordinates)
Declaration
public CashRegisterLocation(ORPCode cashRegisterCode, GeoCoordinates gps)
Parameters
CashRegisterLocation(ORPCode, Location)
Declaration
public CashRegisterLocation(ORPCode cashRegisterCode, Location location)
Parameters
CashRegisterLocation(ORPCode, PhysicalAddress)
Declaration
public CashRegisterLocation(ORPCode cashRegisterCode, PhysicalAddress physicalAddress)
Parameters
Properties
CashRegisterCode
Kód on-line registračnej pokladne.
Declaration
public override ORPCode CashRegisterCode { get; }
Property Value
Overrides
Location
Poloha prenosnej registračnej pokladne
Declaration
public Location Location { get; }
Property Value
Methods
Equals(CashRegisterLocation)
Declaration
public bool Equals(CashRegisterLocation other)
Parameters
Returns
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides