Search Results for

    Show / Hide Table of Contents

    Class DBInternPage

    Inheritance
    System.Object
    ORMInfoBase
    SybaseBase
    DBInternPage
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    SybaseBase.ConnectionStringName
    SybaseBase.TrySetNewID(Version)
    SybaseBase.OnBeginLoad()
    SybaseBase.OnEndLoad()
    SybaseBase.OnBeginWork(ORMActionType)
    SybaseBase.OnEndWork(ORMActionType)
    ORMInfoBase.PropertyChanged
    ORMInfoBase.NotifyPropertyChanged()
    ORMInfoBase.NotifyPropertyChanged(String)
    ORMInfoBase.ChangeModeAction
    ORMInfoBase.IgnoreChangesInfoStack
    ORMInfoBase.IgnoreChangesWPFBinding
    ORMInfoBase.Delete()
    ORMInfoBase.DeleteCascade()
    ORMInfoBase.serializer_UnknownNode(Object, XmlNodeEventArgs)
    ORMInfoBase.serializer_UnknownAttribute(Object, XmlAttributeEventArgs)
    ORMInfoBase.serializer_UnknownElement(Object, XmlElementEventArgs)
    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()
    Namespace: Simplic.Framework.UI.Info
    Assembly: Simplic.Framework.dll
    Syntax
    public class DBInternPage : SybaseBase, INotifyPropertyChanged

    Constructors

    | Improve this Doc View Source

    DBInternPage()

    Declaration
    public DBInternPage()
    | Improve this Doc View Source

    DBInternPage(SybaseStack)

    Declaration
    public DBInternPage(SybaseStack sb)
    Parameters
    Type Name Description
    SybaseStack sb

    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

    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
    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

    MenuText

    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

    ShowInStartMenu

    Declaration
    public int ShowInStartMenu { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ShowInTopMenu

    Declaration
    public int ShowInTopMenu { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ShowInTreeMenu

    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
    SybaseBase.TableName
    | Improve this Doc View Source

    TableOwner

    Declaration
    public override string TableOwner { get; }
    Property Value
    Type Description
    System.String
    Overrides
    SybaseBase.TableOwner
    | Improve this Doc View Source

    TopMenuItem

    Declaration
    public MSMenuItem TopMenuItem { get; set; }
    Property Value
    Type Description
    MSMenuItem
    | Improve this Doc View Source

    TreeViewMenuItem

    Declaration
    public TreeViewItem TreeViewMenuItem { get; set; }
    Property Value
    Type Description
    System.Windows.Controls.TreeViewItem

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Compare

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx