Class Customer
Inheritance
System.Object
Customer
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class Customer : Object, 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 |
System.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
Type |
Description |
System.Boolean |
|
Equals(Customer, Customer)
Declaration
public static bool Equals(Customer x, Customer y)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Operators
Equality(Customer, Customer)
Declaration
public static bool operator ==(Customer x, Customer y)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(Customer, Customer)
Declaration
public static bool operator !=(Customer x, Customer y)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<>