Show / Hide Table of Contents

Class StorageInfo

Informácie o dátovom úložisku

Inheritance
object
StorageInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class StorageInfo

Constructors

StorageInfo(StorageProductInfo, StorageCapacity, bool)

Declaration
public StorageInfo(StorageProductInfo product, StorageCapacity capacity, bool isReadOnly)
Parameters
Type Name Description
StorageProductInfo product
StorageCapacity capacity
bool isReadOnly

Properties

Capacity

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

Declaration
public StorageCapacity Capacity { get; }
Property Value
Type Description
StorageCapacity

IsReadOnly

Indikuje, či je dátové úložisko v stave iba na čítanie.

Declaration
public bool IsReadOnly { get; }
Property Value
Type Description
bool

Product

Informácie o dátovom úložisku

Declaration
public StorageProductInfo Product { get; }
Property Value
Type Description
StorageProductInfo
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©