Skip to main content

Class LanguageInfo

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for LanguageInfo.

Inheritance

objectCarrierLanguageInfo

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 LanguageInfo 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ListAgent(configuration);
var languageInfo = agent.GetLanguageInfo( 123 );

Constructors

LanguageInfo()

Default constructor - defaults any enum props to 0.

Properties

EnglishName

English name of this language (Norwegian)

Property Value

string

IsBuiltIn

Has this row been inserted by SuperOffice priming data

Property Value

bool

LCID

Language/culture id as a numeric .NET code

Property Value

int

LanguageInfoId

Primary key

Property Value

int

NativeName

The native name of this language (Norsk Bokmål)

Property Value

string

ThreeLetterISOLanguageName

ISO 3-letter abbreviation

Property Value

string

TwoLetterISOLanguageName

ISO 2-letter abbreviation

Property Value

string

See Also

ListAgent