Search Results for

    Show / Hide Table of Contents

    Class InstanceDataImport

    Provides functions for importing instance datas.

    Inheritance
    System.Object
    InstanceDataImport
    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 InstanceDataImport

    Constructors

    | Improve this Doc View Source

    InstanceDataImport()

    Create the instance data importer

    Declaration
    public InstanceDataImport()

    Properties

    | Improve this Doc View Source

    Singleton

    Singleton access to the importer

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

    Methods

    | Improve this Doc View Source

    CompareAndUpdateInstanceDatas(InstanceData_Import_Info)

    Compare Instance-Datas

    Declaration
    public bool CompareAndUpdateInstanceDatas(InstanceData_Import_Info InstanceDataSource)
    Parameters
    Type Name Description
    InstanceData_Import_Info InstanceDataSource

    Source - To Compare

    Returns
    Type Description
    System.Boolean

    True if successfull

    | Improve this Doc View Source

    SetInstanceData(InstanceData_Import_Info, InstanceData_Interface_Info, ImportInstanceDataInformation, IDictionary<String, Object>)

    Save the instance data in the instance data table

    Declaration
    public Tuple<Guid, string> SetInstanceData(InstanceData_Import_Info Source, InstanceData_Interface_Info SourceInfo, ImportInstanceDataInformation info, IDictionary<string, object> Values)
    Parameters
    Type Name Description
    InstanceData_Import_Info Source
    InstanceData_Interface_Info SourceInfo
    ImportInstanceDataInformation info
    System.Collections.Generic.IDictionary<System.String, System.Object> Values
    Returns
    Type Description
    System.Tuple<System.Guid, System.String>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx