Class Country
Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for Country.
Inheritance
object ←
Carrier ←
Country
Inherited Members
Carrier.TableRight,
Carrier.FieldProperties,
object.ToString(),
object.Equals(object),
object.Equals(object, object),
object.ReferenceEquals(object, object),
object.GetHashCode(),
object.GetType(),
object.MemberwiseClone()
Examples
Get Country 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ListAgent(configuration);
var country = agent.GetCountry( 123 );
Constructors
Country()
Default constructor - defaults any enum props to 0.
Properties
AddressLayoutId
Address layout of the country
Property Value
int
CountryId
Primary key
Property Value
int
CurrencyId
Default currency for this country
Property Value
int
Deleted
true if the country is deleted
Property Value
bool
DialInPrefix
Dial in prefix
Property Value
string
DomainName
Domain name of the country
Property Value
string
DomesticAddressLayoutId
Domestic address layout of the country
Property Value
int
EnglishName
Name of country in english
Property Value
string
ForeignAddressLayoutId
Foreign address layout of the country
Property Value
int
ImageDescription
Description of the country’s flag image. (This is the country flag that is displayed in the CRM client)
Property Value
string
InterAreaPrefix
International prefix
Property Value
string
Name
Name of country in installed language
Property Value
string
OrgNrText
Lead text for organisation field
Property Value
string
Rank
The rank of the country
Property Value
short
ThreeLetterISOCountry
Three-letter country-code according to ISO3166
Property Value
string
The tooltip of the country
Property Value
string
TwoLetterISOCountry
Two-letter country-code according to ISO3166
Property Value
string
ZipPrefix
Post prefix
Property Value
string
See Also
ListAgent