Class InstanceData_Import
Inheritance
System.Object
InstanceData_Import
Assembly: Simplic.Framework.EF.dll
Syntax
public class InstanceData_Import : Locking.ILockable
Constructors
|
Improve this Doc
View Source
InstanceData_Import()
Declaration
public InstanceData_Import()
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
InstanceData_Import_IgnoreColumns_InstanceData_Import
Declaration
public virtual ICollection<InstanceData_Import_IgnoreColumns> InstanceData_Import_IgnoreColumns_InstanceData_Import { get; set; }
Property Value
|
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
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 |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|