Class Customer
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class Customer : IEquatable<Customer>
Constructors
Customer(Customer)
Declaration
public Customer(Customer customer)
Parameters
Customer(CustomerId, CustomerIdType)
Declaration
public Customer(CustomerId id, CustomerIdType type)
Parameters
Customer(DIC)
Declaration
Parameters
| Type |
Name |
Description |
| DIC |
dic |
|
Customer(ICDPH)
Declaration
public Customer(ICDPH icDph)
Parameters
| Type |
Name |
Description |
| ICDPH |
icDph |
|
Customer(ICO)
Declaration
Parameters
| Type |
Name |
Description |
| ICO |
ico |
|
Customer(string)
Declaration
public Customer(string id)
Parameters
| Type |
Name |
Description |
| string |
id |
|
Properties
Id
Unikátny identifikátor kupujúceho
Declaration
public CustomerId Id { get; }
Property Value
Type
Typ identifikátora kupujúceho
Declaration
public CustomerIdType Type { get; }
Property Value
Methods
Equals(Customer)
Declaration
public bool Equals(Customer other)
Parameters
Returns
Equals(Customer, Customer)
Declaration
public static bool Equals(Customer x, Customer 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 ==(Customer, Customer)
Declaration
public static bool operator ==(Customer x, Customer y)
Parameters
Returns
operator !=(Customer, Customer)
Declaration
public static bool operator !=(Customer x, Customer y)
Parameters
Returns
Implements