Class CashRegisterOtherLocation
Poloha prenosnej registračnej pokladne s maximálnou dĺžkou 255 znakov
Inheritance
CashRegisterOtherLocation
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class CashRegisterOtherLocation : Text, IEnumerable<char>, IEnumerable, IDeepCloneable, ICloneable, IComparable, IComparable<Text>, IConvertible, IEquatable<Text>
Constructors
CashRegisterOtherLocation(string)
Declaration
public CashRegisterOtherLocation(string value)
Parameters
| Type |
Name |
Description |
| string |
value |
|
Fields
MaxLength
Declaration
public const byte MaxLength = 255
Field Value
MinLength
Declaration
public const byte MinLength = 1
Field Value
Methods
IsValid(string)
Declaration
public static bool IsValid(string value)
Parameters
| Type |
Name |
Description |
| string |
value |
|
Returns
Operators
implicit operator string(CashRegisterOtherLocation)
Declaration
public static implicit operator string(CashRegisterOtherLocation location)
Parameters
Returns
implicit operator CashRegisterOtherLocation(string)
Declaration
public static implicit operator CashRegisterOtherLocation(string value)
Parameters
| Type |
Name |
Description |
| string |
value |
|
Returns
Implements
Extension Methods