Show / Hide Table of Contents

Class StorageProductInfo

Informácie o type dátového úložiska

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

Constructors

StorageProductInfo(string, string, string, string)

Declaration
public StorageProductInfo(string vendorName, string name, string version, string serialNumber)
Parameters
Type Name Description
string vendorName
string name
string version
string serialNumber

Properties

Name

Názov úložiska

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

SerialNumber

Unikátne sériové číslo úložiska

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

VendorName

Názov výrobcu úložiska

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

Version

Verzia vstavaného programu úložiska

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

Methods

Equals(StorageProductInfo?)

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

Equals(StorageProductInfo?, StorageProductInfo?)

Declaration
public static bool Equals(StorageProductInfo? left, StorageProductInfo? right)
Parameters
Type Name Description
StorageProductInfo left
StorageProductInfo right
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 ==(StorageProductInfo?, StorageProductInfo?)

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

implicit operator ProductId?(StorageProductInfo?)

Declaration
public static implicit operator ProductId?(StorageProductInfo? info)
Parameters
Type Name Description
StorageProductInfo info
Returns
Type Description
ProductId

operator !=(StorageProductInfo?, StorageProductInfo?)

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

Implements

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