Class StorageProductInfo
Informácie o type dátového úložiska
Inheritance
System.Object
StorageProductInfo
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
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
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
Returns
Type |
Description |
System.Boolean |
|
Equals(StorageProductInfo, StorageProductInfo)
Declaration
public static bool Equals(StorageProductInfo left, StorageProductInfo right)
Parameters
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
Returns
Type |
Description |
System.Boolean |
|
Implicit(StorageProductInfo to ProductId)
Declaration
public static implicit operator ProductId(StorageProductInfo info)
Parameters
Returns
Inequality(StorageProductInfo, StorageProductInfo)
Declaration
public static bool operator !=(StorageProductInfo left, StorageProductInfo right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<>