Class ImportData.GetFilesForImport
Inheritance
ImportData.GetFilesForImport
Assembly: LemonEdge.ClientEntities.dll
Syntax
public class ImportData.GetFilesForImport : ViewCommand, IHasChildren<EPCommandWithDescriptor>, IHasChildren, IDisposable, IEPCommandWithDescriptor, IEPCommand, ICommand, ICommandDescriptor
Constructors
GetFilesForImport(ImportData)
Declaration
public GetFilesForImport(ImportData parent)
Parameters
Properties
Description
A user friendly description of this command
Declaration
public override string Description { get; }
Property Value
Overrides
IconID
Declaration
public override Guid IconID { get; }
Property Value
Overrides
Title
The title of this command
Declaration
public override string Title { get; }
Property Value
Overrides
Methods
AddFileHandler(IImportFileType)
Declaration
public static void AddFileHandler(IImportFileType fileHandler)
Parameters
GetParsedImportFile(string)
Declaration
public static Task<string> GetParsedImportFile(string filePath)
Parameters
Type |
Name |
Description |
string |
filePath |
|
Returns
InternalCanExecute(object)
Declaration
public override bool InternalCanExecute(object parameter)
Parameters
Type |
Name |
Description |
object |
parameter |
The command parameter
|
Returns
Type |
Description |
bool |
If this command can be executed or not from the client application UI
|
Overrides
InternalExecuteAsync(object)
Declaration
public override Task InternalExecuteAsync(object parameter)
Parameters
Type |
Name |
Description |
object |
parameter |
The command parameter
|
Returns
Overrides
SetDataMapping(IModelLayoutCommon, ImportDataParameter)
Declaration
public static Task SetDataMapping(IModelLayoutCommon host, ImportDataParameter param)
Parameters
Returns
UpdateImportFiles(IModelLayoutCommon, ImportDataParameter, bool)
Declaration
public static Task UpdateImportFiles(IModelLayoutCommon host, ImportDataParameter param, bool includeXML)
Parameters
Returns
Implements
Extension Methods