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()
Assembly: TimeCockpit.Data.Import.dll
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
Declaration
public Action Completed { get; }
Property Value
| Type |
Description |
| System.Action |
|
Declaration
public string Definition { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public Guid? DefinitionId { get; }
Property Value
| Type |
Description |
| System.Nullable<System.Guid> |
|
Declaration
public string DefinitionName { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public Guid ImportTaskId { get; }
Property Value
| Type |
Description |
| System.Guid |
|
Declaration
public Action<string, long, long> Progress { get; }
Property Value
| Type |
Description |
| System.Action<System.String, System.Int64, System.Int64> |
|
Declaration
public bool SaveOnSucess { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public byte[] SourceData { get; }
Property Value
| Type |
Description |
| System.Byte[] |
|
Declaration
public string SourceFileName { get; }
Property Value
| Type |
Description |
| System.String |
|
TargetDataContext
Declaration
public DataContext TargetDataContext { get; }
Property Value
TargetDataContextSettings
Declaration
public DataContextSettings TargetDataContextSettings { get; }
Property Value