Class Seller
Identifikácia predávajúceho
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class Seller : IDeepCloneable<Seller>, IDeepCloneable, IComparable<Seller>, IComparable
Constructors
Seller(DIC)
Declaration
Parameters
| Type |
Name |
Description |
| DIC |
dic |
|
Seller(ICDPH)
Declaration
public Seller(ICDPH icDph)
Parameters
| Type |
Name |
Description |
| ICDPH |
icDph |
|
Seller(Seller)
Declaration
public Seller(Seller seller)
Parameters
| Type |
Name |
Description |
| Seller |
seller |
|
Seller(SellerId, SellerIdType)
Declaration
public Seller(SellerId id, SellerIdType type)
Parameters
Properties
Id
Identifikátor predávajúceho, v ktorého mene bol predaný tovar alebo poskytnutá služba
Declaration
public SellerId Id { get; }
Property Value
Type
Typ identifikátora predávajúceho, v ktorého mene bol predaný tovar alebo poskytnutá služba
Declaration
public SellerIdType Type { get; }
Property Value
Methods
CompareTo(Seller)
Declaration
public int CompareTo(Seller other)
Parameters
| Type |
Name |
Description |
| Seller |
other |
|
Returns
CompareTo(object)
Declaration
public int CompareTo(object obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
DeepClone()
Declaration
public Seller DeepClone()
Returns
Equals(Seller)
Declaration
public bool Equals(Seller other)
Parameters
| Type |
Name |
Description |
| Seller |
other |
|
Returns
Equals(Seller, Seller)
Declaration
public static bool Equals(Seller x, Seller y)
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
Operators
operator ==(Seller, Seller)
Declaration
public static bool operator ==(Seller x, Seller y)
Parameters
Returns
operator !=(Seller, Seller)
Declaration
public static bool operator !=(Seller x, Seller y)
Parameters
Returns
Implements