Class LanguageCulture
Inheritance
System.Object
LanguageCulture
Assembly: Simplic.Framework.EF.dll
Syntax
public class LanguageCulture : Locking.ILockable
Constructors
|
Improve this Doc
View Source
LanguageCulture()
Declaration
Properties
|
Improve this Doc
View Source
CultureCode
Declaration
public string CultureCode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CultureName
Declaration
public string CultureName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CultureNr
Declaration
public int CultureNr { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Language_Culture
Declaration
public virtual Language Language_Culture { get; set; }
Property Value
|
Improve this Doc
View Source
LanguageId
Declaration
public int LanguageId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|