Class VatGroupKey
- Namespace
- Dynamicweb.Ecommerce.International
- Assembly
- Dynamicweb.Ecommerce.dll
The VatGroup key
[Serializable]
[Obsolete("Is not used anymore")]
public sealed class VatGroupKey : IEquatable<VatGroupKey>
- Inheritance
-
VatGroupKey
- Implements
- Inherited Members
Constructors
VatGroupKey(string, string)
public VatGroupKey(string vatGroupId, string languageId)
Parameters
Properties
LanguageId
The language Id.
[Obsolete("Is not used.")]
public string LanguageId { get; }
Property Value
VatGroupId
The VatGroupId.
public string VatGroupId { get; }
Property Value
Methods
Equals(VatGroupKey)
Determines whether the specified VatGroupKey is equal to this instance.
public bool Equals(VatGroupKey other)
Parameters
other
VatGroupKey- The VatGroupKey to compare with this instance.
Returns
- bool
true
if the specified VatGroupKey is equal to this instance; otherwise,false
.
Equals(object)
Determines whether the specified object is equal to this instance.
public override bool Equals(object other)
Parameters
Returns
GetHashCode()
Returns a hash code for this instance.
public override int GetHashCode()
Returns
- int
- A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
ToString()
Returns a string representation of this instance.
public override string ToString()