SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
erminas.SmartAPI.CMS.ISystemLocale Interface Reference
+ Inheritance diagram for erminas.SmartAPI.CMS.ISystemLocale:
+ Collaboration diagram for erminas.SmartAPI.CMS.ISystemLocale:

Public Member Functions

bool Equals (ISystemLocale other)
 

Properties

string Country [get]
 
IIndexedCachedList< int,
IDateTimeFormat
DateTimeFormats [get]
 All Date/Time/DateTime formats of this locale, indexed by their format type id. This list is cached by default.
 
bool IsStandardLanguage [get]
 
string Language [get]
 
string LanguageAbbreviation [get]
 
int LCID [get]
 
string RFCLanguageId [get]
 
- Properties inherited from erminas.SmartAPI.CMS.ISessionObject
ISession Session [get]
 

Detailed Description

Definition at line 25 of file Locales.cs.

Member Function Documentation

bool erminas.SmartAPI.CMS.ISystemLocale.Equals ( ISystemLocale  other)

Property Documentation

string erminas.SmartAPI.CMS.ISystemLocale.Country
get

Definition at line 27 of file Locales.cs.

IIndexedCachedList<int, IDateTimeFormat> erminas.SmartAPI.CMS.ISystemLocale.DateTimeFormats
get

All Date/Time/DateTime formats of this locale, indexed by their format type id. This list is cached by default.

Definition at line 32 of file Locales.cs.

bool erminas.SmartAPI.CMS.ISystemLocale.IsStandardLanguage
get

Definition at line 35 of file Locales.cs.

string erminas.SmartAPI.CMS.ISystemLocale.Language
get

Definition at line 37 of file Locales.cs.

string erminas.SmartAPI.CMS.ISystemLocale.LanguageAbbreviation
get

Definition at line 38 of file Locales.cs.

int erminas.SmartAPI.CMS.ISystemLocale.LCID
get

Definition at line 36 of file Locales.cs.

string erminas.SmartAPI.CMS.ISystemLocale.RFCLanguageId
get

Definition at line 39 of file Locales.cs.


The documentation for this interface was generated from the following file: