Show / Hide Table of Contents

Class ProductId

Idenifikátor produktu

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

Constructors

ProductId(string, string)

Declaration
public ProductId(string name, string version)
Parameters
Type Name Description
string name
string version

Properties

Name

Názov produktu

Declaration
public string Name { get; }
Property Value
Type Description
string

Version

Verzia produktu

Declaration
public string Version { get; }
Property Value
Type Description
string

Methods

Equals(ProductId)

Declaration
public bool Equals(ProductId productId)
Parameters
Type Name Description
ProductId productId
Returns
Type Description
bool

Equals(ProductId, ProductId)

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

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Operators

operator ==(ProductId, ProductId)

Declaration
public static bool operator ==(ProductId left, ProductId right)
Parameters
Type Name Description
ProductId left
ProductId right
Returns
Type Description
bool

operator !=(ProductId, ProductId)

Declaration
public static bool operator !=(ProductId left, ProductId right)
Parameters
Type Name Description
ProductId left
ProductId right
Returns
Type Description
bool

Implements

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