Show / Hide Table of Contents

Class Seller

Identifikácia predávajúceho

Inheritance
System.Object
Seller
Implements
IDeepCloneable<Seller>
IDeepCloneable
System.IComparable<Seller>
System.IComparable
Namespace: NineDigit.eKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class Seller : Object, 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
System.Int32

CompareTo(Object)

Declaration
public int CompareTo(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Int32

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
System.Boolean

Equals(Seller, Seller)

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

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

Inequality(Seller, Seller)

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

Explicit Interface Implementations

IDeepCloneable.DeepClone()

Declaration
object IDeepCloneable.DeepClone()
Returns
Type Description
System.Object

Implements

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