Show / Hide Table of Contents

Class LicenseVerificationResultFeature

Výsledok verifikácie funkcionality licencie

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

Properties

Alerts

Upozornenia vzťahujúce sa k funkcionalite

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

IsValid

Indikuje, či je licencia platná pre danú funkcionalitu

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

Sku

Unikátny názov funkcionality

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

Validity

Rozsah platnosti funkcionality

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

Version

Verzia funkcionality, ktorá bola verifikovaná

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

Methods

<Clone>$()

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

Equals(LicenseVerificationResultFeature)

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

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

Inequality(LicenseVerificationResultFeature, LicenseVerificationResultFeature)

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

Implements

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