Class InstanceData_Import_Info
Inheritance
System.Object
InstanceData_Import_Info
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
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 InstanceData_Import_Info : SybaseBase, INotifyPropertyChanged
Constructors
|
Improve this Doc
View Source
InstanceData_Import_Info(SybaseStack)
Declaration
public InstanceData_Import_Info(SybaseStack sb)
Parameters
Properties
|
Improve this Doc
View Source
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Ident
Declaration
public long Ident { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Ignore
Declaration
public int Ignore { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
InstanceDataXMLGuid
Declaration
public Guid InstanceDataXMLGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
ProcessId
Declaration
public int ProcessId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SourceId
Declaration
public long SourceId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
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
UpdateInterval
Declaration
public long UpdateInterval { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
UpdateTimeOfDay
Declaration
public string UpdateTimeOfDay { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
WriteDataProcedureName
Declaration
public string WriteDataProcedureName { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
System.ComponentModel.INotifyPropertyChanged