Class CountryRelation
- Namespace
- Dynamicweb.Ecommerce.International
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the country relation.
[Serializable]
public class CountryRelation
- Inheritance
-
CountryRelation
- Inherited Members
Constructors
CountryRelation()
Initializes a new instance of the class.
public CountryRelation()
Properties
Code2
Gets or sets the two-character code.
public string Code2 { get; set; }
Property Value
CountryId
Gets or sets the country id.
public string CountryId { get; set; }
Property Value
IsDefault
Gets or sets the value determines whether it is default.
public bool IsDefault { get; set; }
Property Value
MethodId
Gets or sets the method id.
public string MethodId { get; set; }
Property Value
MethodType
Gets or sets the method type.
public string MethodType { get; set; }
Property Value
RegionCode
Gets or sets the region id.
public string RegionCode { get; set; }
Property Value
Methods
Clone()
Clones this instance.
public CountryRelation Clone()
Returns
- CountryRelation
New instance of the CountryRelation.