Class DBInternPage
  
  
  
  
    Inheritance
    System.Object
    
    
    DBInternPage
   
  
  
  Assembly: Simplic.Framework.dll
  Syntax
  
    public class DBInternPage : SybaseBase
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DBInternPage()
  
  
  Declaration
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DBInternPage(SybaseStack)
  
  
  Declaration
  
    public DBInternPage(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
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DirectJump
  
  
  Declaration
  
    public String DirectJump { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DocumentationLink
  
  
  Declaration
  
    public string DocumentationLink { 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
  
  
  Guid
  
  
  Declaration
  
    public Guid Guid { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IconGuid
  
  
  Declaration
  
    public Guid IconGuid { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  LargeIconGuid
  
  
  Declaration
  
    public Guid LargeIconGuid { get; set; }
   
  Property Value
  
  
    |
    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
  
  
    |
    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<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
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public MSMenuItem TopMenuItem { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | MSMenuItem | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public TreeViewItem TreeViewMenuItem { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | TreeViewItem | 
         | 
      
    
  
  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 | 
         |