Table of Contents

Class VatGroupCountryRelationKey

Namespace
Dynamicweb.Ecommerce.International
Assembly
Dynamicweb.Ecommerce.dll

The VatGroup CountryRelation key

[Serializable]
public sealed class VatGroupCountryRelationKey : IEquatable<VatGroupCountryRelationKey>
Inheritance
VatGroupCountryRelationKey
Implements
Inherited Members

Constructors

VatGroupCountryRelationKey(string, string)

public VatGroupCountryRelationKey(string vatGroupId, string countryId)

Parameters

vatGroupId string
countryId string

Properties

CountryId

The Country Id.

public string CountryId { get; }

Property Value

string

VatGroupId

The VatGroupId.

public string VatGroupId { get; }

Property Value

string

Methods

Equals(VatGroupCountryRelationKey)

Determines whether the specified VatGroupCountryRelationKey is equal to this instance.

public bool Equals(VatGroupCountryRelationKey other)

Parameters

other VatGroupCountryRelationKey

The VatGroupCountryRelationKey to compare with this instance.

Returns

bool

true if the specified VatGroupCountryRelationKey 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

other object

The object to compare with this instance.

Returns

bool

true if the specified object is equal to this instance; otherwise, false.

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()

Returns

string
To top