Inheritance
System.Object
RibbonMenu_Tab
Assembly: Simplic.Framework.EF.dll
public class RibbonMenu_Tab : Locking.ILockable
Constructors
|
Improve this Doc
View Source
Declaration
Properties
|
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 ICollection<RibbonMenu_Group> RibbonMenu_Group_RibbonMenu_Tab { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string TabHeader { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|