Search Results for

    Show / Hide Table of Contents

    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 Source

    Singleton

    Singleton access to the manager for import sources

    Declaration
    public static InstanceDataImportInformationManager Singleton { get; }
    Property Value
    Type Description
    InstanceDataImportInformationManager

    Methods

    | Improve this Doc View Source

    GetCode(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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    LoadAllSources()

    Load all sources

    Declaration
    public void LoadAllSources()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx