Class LanguageGroup
Inheritance
System.Object
LanguageGroup
Assembly: Simplic.Framework.EF.dll
Syntax
public class LanguageGroup : Locking.ILockable
Constructors
|
Improve this Doc
View Source
LanguageGroup()
Declaration
Properties
|
Improve this Doc
View Source
ExportId
Declaration
public Guid ExportId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
GroupId
Declaration
public int GroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LanguageLabel_LanguageGroup
Declaration
public virtual ICollection<LanguageLabel> LanguageLabel_LanguageGroup { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<LanguageLabel> |
|
|
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 |
|