Show / Hide Table of Contents

Class Seller

Identifikácia predávajúceho

Inheritance
object
Seller
Implements
IDeepCloneableSeller
IDeepCloneable
IComparableSeller
IComparable
Inherited Members
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class Seller : IDeepCloneable<Seller>, IDeepCloneable, IComparable<Seller>, IComparable

Constructors

Seller(DIC)

Declaration
public Seller(DIC dic)
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
Type Name Description
SellerId id
SellerIdType type

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 Description
SellerId

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
Type Description
SellerIdType

Methods

CompareTo(Seller)

Declaration
public int CompareTo(Seller other)
Parameters
Type Name Description
Seller other
Returns
Type Description
int

CompareTo(object)

Declaration
public int CompareTo(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
int

DeepClone()

Declaration
public Seller DeepClone()
Returns
Type Description
Seller

Equals(Seller)

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

Equals(Seller, Seller)

Declaration
public static bool Equals(Seller x, Seller y)
Parameters
Type Name Description
Seller x
Seller 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 ==(Seller, Seller)

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

operator !=(Seller, Seller)

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

Implements

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