Inheritance
System.Object
RibbonMenu_Group_Info
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Simplic.Framework.Model.dll
public class RibbonMenu_Group_Info : SybaseBase, INotifyPropertyChanged
Constructors
|
Improve this Doc
View Source
Declaration
public RibbonMenu_Group_Info()
|
Improve this Doc
View Source
Declaration
public RibbonMenu_Group_Info(SybaseStack sb)
Parameters
Properties
|
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 RibbonMenu_Tab_Info RibbonMenu_Tab_Info_FK { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Guid TabGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Declaration
public override string TableName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
Declaration
public override string TableOwner { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
|
Improve this Doc
View Source
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
Implements
System.ComponentModel.INotifyPropertyChanged