CountryCode Class

Country details.

Definition

Namespace: Common.Core.Models
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public class CountryCode : IEquatable<CountryCode>
Inheritance
Object    CountryCode
Implements
IEquatableCountryCode

Constructors

CountryCodeCountry details.

Properties

CodeCountry code.
NameCountry name.

See Also