Class ESS_MS_Intern_Page_Info
Inheritance
System.Object
ESS_MS_Intern_Page_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
Syntax
public class ESS_MS_Intern_Page_Info : SybaseBase, INotifyPropertyChanged
Constructors
|
Improve this Doc
View Source
ESS_MS_Intern_Page_Info(SybaseStack)
Declaration
public ESS_MS_Intern_Page_Info(SybaseStack sb)
Parameters
Properties
|
Improve this Doc
View Source
AllowOpenMultiple
Declaration
public int AllowOpenMultiple { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ContentType
Declaration
public Guid ContentType { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
DirectJump
Declaration
public string DirectJump { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExpandOnStart
Declaration
public int ExpandOnStart { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ExportId
Declaration
public Guid ExportId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
IconGuid
Declaration
public Guid IconGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
LargeIconGuid
Declaration
public Guid LargeIconGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Declaration
public string MenuText { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OrderNr
Declaration
public int OrderNr { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ParentPage
Declaration
public Guid ParentPage { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
RibbonButtonSize
Declaration
public short RibbonButtonSize { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
RibbonGroupGuid
Declaration
public Guid? RibbonGroupGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
RibbonOrderNr
Declaration
public int RibbonOrderNr { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ShowInRibbon
Declaration
public bool ShowInRibbon { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public int ShowInStartMenu { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int ShowInTopMenu { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int ShowInTreeMenu { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TableName
Declaration
public override string TableName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
TableOwner
Declaration
public override string TableOwner { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
|
Improve this Doc
View Source
Equals(Object)
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