Show / Hide Table of Contents

Class Customer

Informácie o kupujúcom

Inheritance
object
Customer
Implements
IEquatableCustomer
Inherited Members
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class Customer : IEquatable<Customer>

Constructors

Customer(Customer)

Declaration
public Customer(Customer customer)
Parameters
Type Name Description
Customer customer

Customer(CustomerId, CustomerIdType)

Declaration
public Customer(CustomerId id, CustomerIdType type)
Parameters
Type Name Description
CustomerId id
CustomerIdType type

Customer(DIC)

Declaration
public Customer(DIC dic)
Parameters
Type Name Description
DIC dic

Customer(ICDPH)

Declaration
public Customer(ICDPH icDph)
Parameters
Type Name Description
ICDPH icDph

Customer(ICO)

Declaration
public Customer(ICO ico)
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 Description
CustomerId

Type

Typ identifikátora kupujúceho

Declaration
public CustomerIdType Type { get; }
Property Value
Type Description
CustomerIdType

Methods

Equals(Customer)

Declaration
public bool Equals(Customer other)
Parameters
Type Name Description
Customer other
Returns
Type Description
bool

Equals(Customer, Customer)

Declaration
public static bool Equals(Customer x, Customer y)
Parameters
Type Name Description
Customer x
Customer y
Returns
Type Description
bool

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

Operators

operator ==(Customer, Customer)

Declaration
public static bool operator ==(Customer x, Customer y)
Parameters
Type Name Description
Customer x
Customer y
Returns
Type Description
bool

operator !=(Customer, Customer)

Declaration
public static bool operator !=(Customer x, Customer y)
Parameters
Type Name Description
Customer x
Customer y
Returns
Type Description
bool

Implements

IEquatable<T>
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©