Search Results for

    Show / Hide Table of Contents

    Class ESS_DCC_Stack_Info

    Inheritance
    System.Object
    ORMInfoBase
    SybaseBase
    ESS_DCC_Stack_Info
    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.Model
    Assembly: Simplic.Framework.Model.dll
    Syntax
    public class ESS_DCC_Stack_Info : SybaseBase, INotifyPropertyChanged

    Constructors

    | Improve this Doc View Source

    ESS_DCC_Stack_Info(SybaseStack)

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

    Properties

    | Improve this Doc View Source

    ConnectWithArchiv

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

    ControlName

    Declaration
    public string ControlName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CreationDate

    Declaration
    public DateTime CreationDate { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    DisplayName

    Declaration
    public string DisplayName { get; set; }
    Property Value
    Type Description
    System.String
    | 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

    HeaderSql

    Declaration
    public string HeaderSql { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ImproveOCRText

    Declaration
    public bool ImproveOCRText { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsActive

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

    ScriptCode

    Declaration
    public string ScriptCode { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ShowConnectWithArchiv

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

    StackGridName

    Declaration
    public string StackGridName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    StackName

    Declaration
    public string StackName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    StackSearchName

    Declaration
    public string StackSearchName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    StackTableName

    Declaration
    public string StackTableName { get; set; }
    Property Value
    Type Description
    System.String
    | 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

    TrackChanges

    Declaration
    public bool TrackChanges { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    UseDCE

    Declaration
    public bool UseDCE { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    UseExchangeInterface

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

    UseFulltextIndex

    Declaration
    public bool UseFulltextIndex { get; set; }
    Property Value
    Type Description
    System.Boolean

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