Search Results for

    Show / Hide Table of Contents

    Class DCS_CFG_Workflow_Info

    Inheritance
    System.Object
    ORMInfoBase
    SybaseBase
    DCS_CFG_Workflow_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 DCS_CFG_Workflow_Info : SybaseBase, INotifyPropertyChanged

    Constructors

    | Improve this Doc View Source

    DCS_CFG_Workflow_Info(SybaseStack)

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

    Properties

    | Improve this Doc View Source

    Description

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

    ESS_DCS_CFG_Workflow_Job_Info_Sub

    Declaration
    public List<Workflow_Job_Info> ESS_DCS_CFG_Workflow_Job_Info_Sub { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Workflow_Job_Info>
    | Improve this Doc View Source

    ESS_DCS_CFG_Workflow_Schedule_Info_Sub

    Declaration
    public List<Workflow_Schedule_Info> ESS_DCS_CFG_Workflow_Schedule_Info_Sub { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Workflow_Schedule_Info>
    | Improve this Doc View Source

    ESS_DCS_CFG_Workflow_Service_Info_Sub

    Declaration
    public List<Workflow_Service_Info> ESS_DCS_CFG_Workflow_Service_Info_Sub { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Workflow_Service_Info>
    | Improve this Doc View Source

    Flag_useSchedule

    Declaration
    public short Flag_useSchedule { get; set; }
    Property Value
    Type Description
    System.Int16
    | Improve this Doc View Source

    ID

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

    Log_config

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

    Name

    Declaration
    public string Name { 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

    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