Class Localization_Group
Provides an identifier for multi language data
Inheritance
System.Object
Localization_Group
Namespace: Simplic.Framework.EF
Assembly: Simplic.Framework.EF.dll
Syntax
public class Localization_Group : Locking.ILockable
Constructors
| Improve this Doc View SourceLocalization_Group()
Declaration
public Localization_Group()
Properties
| Improve this Doc View SourceCountry_Name
Declaration
public virtual ICollection<Country> Country_Name { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Country> |
FallbackLanguageID
Fallback language is used, if there is no language text in Localization_Text for the requested language, default is 0 (german) Part of ForeignKey: Localization_FallbackLanguage
Declaration
public int? FallbackLanguageID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Guid
PrimaryKey for multi language data
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Localization_FallbackLanguage
Referencing language to set a fallback language for referencing language texts
Declaration
public virtual Language Localization_FallbackLanguage { get; set; }
Property Value
Type | Description |
---|---|
Language |
Localization_Text_Localization
Referenced by: Localization_TextReferencing the Localization group which groups different localization texts
Declaration
public virtual ICollection<Localization_Text> Localization_Text_Localization { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Localization_Text> |
Text
gets the current text label for the current localization, with fallback if needed
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type | Description |
---|---|
System.Guid |