Class Workflow_Schedule_Info
Inheritance
System.Object
Workflow_Schedule_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 Workflow_Schedule_Info : SybaseBase, INotifyPropertyChanged
Constructors
|
Improve this Doc
View Source
Workflow_Schedule_Info(SybaseStack)
Declaration
public Workflow_Schedule_Info(SybaseStack sb)
Parameters
Properties
|
Improve this Doc
View Source
ConfigID
Declaration
public int ConfigID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ExeCounter
Declaration
public int ExeCounter { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Flag_oneTime
Declaration
public short Flag_oneTime { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
Flag_singleExecution
Declaration
public short Flag_singleExecution { 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
Sec_interval
Declaration
public int Sec_interval { 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
Ts_firstExe
Declaration
public DateTime Ts_firstExe { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
Ts_nextExe
Declaration
public DateTime Ts_nextExe { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
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