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