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

Public Member Functions

void SetAllLanguagesFrom (ILanguageDependentValue< T > other)
 

Properties

ForAllLanguages [set]
 
new T ForCurrentLanguage [get, set]
 
new T ForMainLanguage [get, set]
 
new T this[ILanguageVariant languageVariant] [get, set]
 
new T this[string languageAbbreviation] [get, set]
 
- Properties inherited from erminas.SmartAPI.CMS.ILanguageDependentReadValue< out T >
ForCurrentLanguage [get]
 
ForMainLanguage [get]
 
this[ILanguageVariant languageVariant] [get]
 
this[string languageAbbreviation] [get]
 
- Properties inherited from erminas.SmartAPI.CMS.ILanguageDependentValueBase
IPartialRedDotProjectObject Parent [get]
 

Detailed Description

Definition at line 36 of file ILanguageDependentValue.cs.

Member Function Documentation

void erminas.SmartAPI.CMS.ILanguageDependentValue< T >.SetAllLanguagesFrom ( ILanguageDependentValue< T >  other)

Property Documentation

T erminas.SmartAPI.CMS.ILanguageDependentValue< T >.ForAllLanguages
set

Definition at line 38 of file ILanguageDependentValue.cs.

new T erminas.SmartAPI.CMS.ILanguageDependentValue< T >.ForCurrentLanguage
getset

Definition at line 39 of file ILanguageDependentValue.cs.

new T erminas.SmartAPI.CMS.ILanguageDependentValue< T >.ForMainLanguage
getset

Definition at line 40 of file ILanguageDependentValue.cs.

new T erminas.SmartAPI.CMS.ILanguageDependentValue< T >.this[ILanguageVariant languageVariant]
getset

Definition at line 41 of file ILanguageDependentValue.cs.

new T erminas.SmartAPI.CMS.ILanguageDependentValue< T >.this[string languageAbbreviation]
getset

Definition at line 42 of file ILanguageDependentValue.cs.


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