Show / Hide Table of Contents

Class ProductId

Idenifikátor produktu

Inheritance
System.Object
ProductId
Implements
System.IEquatable<ProductId>
Namespace: NineDigit.eKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class ProductId : Object, IEquatable<ProductId>

Constructors

ProductId(String, String)

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

Properties

Name

Názov produktu

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

Version

Verzia produktu

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

Methods

Equals(ProductId)

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

Equals(ProductId, ProductId)

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

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String

Operators

Equality(ProductId, ProductId)

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

Inequality(ProductId, ProductId)

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

Implements

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