Inheritance
System.Object
RibbonMenu_Group
Assembly: Simplic.Framework.EF.dll
public class RibbonMenu_Group : Locking.ILockable
Constructors
|
Improve this Doc
View Source
Declaration
public RibbonMenu_Group()
Properties
|
Improve this Doc
View Source
Declaration
public virtual ICollection<ESS_MS_Intern_Page> ESS_MS_Intern_Page_RibbonMenu_Group { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string GroupHeader { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Declaration
public int OrderNr { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public virtual RibbonMenu_Tab RibbonMenu_Tab { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Guid TabGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Methods
|
Improve this Doc
View Source
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|