Class CreateCountrySetup
Inheritance
System.Object
CreateCountrySetup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Toolkits.Clarify.Interfaces
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class CreateCountrySetup
Constructors
CreateCountrySetup(String, Int32)
Declaration
[ConstructorIndex(0)]
public CreateCountrySetup(string country, int countryCode)
Parameters
Type | Name | Description |
---|---|---|
System.String | country | |
System.Int32 | countryCode |
Properties
Country
Declaration
[PropertyBitValue(1)]
public string Country { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CountryCode
Declaration
[PropertyBitValue(2)]
public int CountryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Currency
Declaration
[PropertyBitValue(4)]
public string Currency { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CurrencyConversionRate
Declaration
[PropertyBitValue(32)]
public double CurrencyConversionRate { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CurrencyDescription
Declaration
[PropertyBitValue(16)]
public string CurrencyDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CurrencyISOCode
Declaration
[PropertyBitValue(64)]
public string CurrencyISOCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CurrencySymbol
Declaration
[PropertyBitValue(8)]
public string CurrencySymbol { get; set; }
Property Value
Type | Description |
---|---|
System.String |