Class InstanceDataImportInformationManager
Manage all information which were required for any instance data import
Inheritance
System.Object
InstanceDataImportInformationManager
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()
Namespace: Simplic.Framework.Extension
Assembly: Simplic.Framework.Extension.dll
Syntax
public class InstanceDataImportInformationManager
Properties
| Improve this Doc View SourceSingleton
Singleton access to the manager for import sources
Declaration
public static InstanceDataImportInformationManager Singleton { get; }
Property Value
Type | Description |
---|---|
InstanceDataImportInformationManager |
Methods
| Improve this Doc View SourceGetCode(Guid)
Get Code from ESS_DCC_SqlText
Declaration
public string GetCode(Guid Guid)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | Guid |
Returns
Type | Description |
---|---|
System.String |
GetConnectionByMndIdent(Int32)
Get Connection By MndIdent
Declaration
public ESS_DC_BASE_DBConnection_Info GetConnectionByMndIdent(int MndIdent)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | MndIdent |
Returns
Type | Description |
---|---|
ESS_DC_BASE_DBConnection_Info |
GetMndById(Int32)
Get Source by Ident
Declaration
public ESS_DC_BASE_DBConnection_Info GetMndById(int ID)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | ID |
Returns
Type | Description |
---|---|
ESS_DC_BASE_DBConnection_Info | Source-Item |
GetSourceById(Int64)
Get Source by Ident
Declaration
public InstanceData_Interface_Info GetSourceById(long Ident)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | Ident | Ident |
Returns
Type | Description |
---|---|
InstanceData_Interface_Info | Source-Item |
IsIgnoreColumn(Int64, String)
Proof wether a column should be ignored during imporet
Declaration
public bool IsIgnoreColumn(long importIdent, string columnName)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | importIdent | Ident of the import configuration |
System.String | columnName | Name of the column |
Returns
Type | Description |
---|---|
System.Boolean | True if the column should be ignored |
LoadAllSources()
Load all sources
Declaration
public void LoadAllSources()