Search Results for

    Show / Hide Table of Contents

    Class PerformImportEventArgs

    Inheritance
    System.Object
    PerformImportEventArgs
    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: TimeCockpit.Data.Import.Events
    Assembly: TimeCockpit.Data.Import.dll
    Syntax
    public class PerformImportEventArgs

    Constructors

    PerformImportEventArgs(String, Byte[], String, Boolean, String, Guid, Nullable<Guid>, Action, DataContext, DataContextSettings, Action<String, Int64, Int64>)

    Declaration
    public PerformImportEventArgs(string definition, byte[] sourceData, string sourceFileName, bool saveOnSuccess, string definitionName, Guid importTaskId, Guid? definitionId = default(Guid? ), Action completed = null, DataContext targetDataContext = null, DataContextSettings targetDataContextSettings = null, Action<string, long, long> progress = null)
    Parameters
    Type Name Description
    System.String definition
    System.Byte[] sourceData
    System.String sourceFileName
    System.Boolean saveOnSuccess
    System.String definitionName
    System.Guid importTaskId
    System.Nullable<System.Guid> definitionId
    System.Action completed
    DataContext targetDataContext
    DataContextSettings targetDataContextSettings
    System.Action<System.String, System.Int64, System.Int64> progress

    Properties

    Completed

    Declaration
    public Action Completed { get; }
    Property Value
    Type Description
    System.Action

    Definition

    Declaration
    public string Definition { get; }
    Property Value
    Type Description
    System.String

    DefinitionId

    Declaration
    public Guid? DefinitionId { get; }
    Property Value
    Type Description
    System.Nullable<System.Guid>

    DefinitionName

    Declaration
    public string DefinitionName { get; }
    Property Value
    Type Description
    System.String

    ImportTaskId

    Declaration
    public Guid ImportTaskId { get; }
    Property Value
    Type Description
    System.Guid

    Progress

    Declaration
    public Action<string, long, long> Progress { get; }
    Property Value
    Type Description
    System.Action<System.String, System.Int64, System.Int64>

    SaveOnSucess

    Declaration
    public bool SaveOnSucess { get; }
    Property Value
    Type Description
    System.Boolean

    SourceData

    Declaration
    public byte[] SourceData { get; }
    Property Value
    Type Description
    System.Byte[]

    SourceFileName

    Declaration
    public string SourceFileName { get; }
    Property Value
    Type Description
    System.String

    TargetDataContext

    Declaration
    public DataContext TargetDataContext { get; }
    Property Value
    Type Description
    DataContext

    TargetDataContextSettings

    Declaration
    public DataContextSettings TargetDataContextSettings { get; }
    Property Value
    Type Description
    DataContextSettings
    In This Article
    Back to top Copyright © 2025 software architects gmbh