Show / Hide Table of Contents

Class LicenseVerificationResultStorage

Výsledok verifikácie úložiska

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

Properties

Alerts

Upozornenia vzťahujúce sa k úložisku

Declaration
public IImmutableList<LicenseVerificationResultAlert> Alerts { get; }
Property Value
Type Description
System.Collections.Immutable.IImmutableList<LicenseVerificationResultAlert>

CustomerWarranty

Rozsah platnosti zákazníckej záruky

Declaration
public DateTimeRange CustomerWarranty { get; }
Property Value
Type Description
DateTimeRange

IsInCustomerWarranty

Indikuje, či je úložisko v záruke. Ak je hodnota null, tak informácie o záruke nie sú k dispozícii.

Declaration
public Nullable<bool> IsInCustomerWarranty { get; }
Property Value
Type Description
System.Nullable<System.Boolean>

IsValid

Indikuje, či je licencia platná pre dané úložisko

Declaration
public bool IsValid { get; }
Property Value
Type Description
System.Boolean

Methods

<Clone>$()

Declaration
public LicenseVerificationResultStorage <Clone>$()
Returns
Type Description
LicenseVerificationResultStorage

Equals(LicenseVerificationResultStorage)

Declaration
public bool Equals(LicenseVerificationResultStorage other)
Parameters
Type Name Description
LicenseVerificationResultStorage other
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(LicenseVerificationResultStorage, LicenseVerificationResultStorage)

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

Inequality(LicenseVerificationResultStorage, LicenseVerificationResultStorage)

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

Implements

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