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.IDialogLocale Interface Reference
+ Inheritance diagram for erminas.SmartAPI.CMS.IDialogLocale:
+ Collaboration diagram for erminas.SmartAPI.CMS.IDialogLocale:

Public Member Functions

bool Equals (IDialogLocale 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 42 of file Locales.cs.

Member Function Documentation

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

Property Documentation

string erminas.SmartAPI.CMS.IDialogLocale.Country
get

Definition at line 44 of file Locales.cs.

IIndexedCachedList<int, IDateTimeFormat> erminas.SmartAPI.CMS.IDialogLocale.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 49 of file Locales.cs.

bool erminas.SmartAPI.CMS.IDialogLocale.IsStandardLanguage
get

Definition at line 53 of file Locales.cs.

string erminas.SmartAPI.CMS.IDialogLocale.Language
get

Definition at line 55 of file Locales.cs.

string erminas.SmartAPI.CMS.IDialogLocale.LanguageAbbreviation
get

Definition at line 56 of file Locales.cs.

int erminas.SmartAPI.CMS.IDialogLocale.LCID
get

Definition at line 54 of file Locales.cs.

string erminas.SmartAPI.CMS.IDialogLocale.RFCLanguageId
get

Definition at line 57 of file Locales.cs.


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