Show / Hide Table of Contents

Class StorageProductInfo

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

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

Constructors

StorageProductInfo(String, String, String, String)

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

Properties

Name

Názov úložiska

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

SerialNumber

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

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

VendorName

Názov výrobcu úložiska

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

Version

Verzia vstavaného programu úložiska

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

Methods

Equals(StorageProductInfo)

Declaration
public bool Equals(StorageProductInfo other)
Parameters
Type Name Description
StorageProductInfo other
Returns
Type Description
System.Boolean

Equals(StorageProductInfo, StorageProductInfo)

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

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

Implicit(StorageProductInfo to ProductId)

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

Inequality(StorageProductInfo, StorageProductInfo)

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

Implements

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