Class ESS_DCC_Stack_Info
Inheritance
System.Object
ESS_DCC_Stack_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 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
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
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
|
Improve this Doc
View Source
TableOwner
Declaration
public override string TableOwner { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
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