Class ImportEngineFactory
Inheritance
System.Object
ImportEngineFactory
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
Syntax
public class ImportEngineFactory
Constructors
ImportEngineFactory()
Declaration
public ImportEngineFactory()
Properties
AvailableEngines
Declaration
public static string[] AvailableEngines { get; }
Property Value
| Type |
Description |
| System.String[] |
|
CsvEngine
Declaration
public static string CsvEngine { get; }
Property Value
| Type |
Description |
| System.String |
|
XlsxEngine
Declaration
public static string XlsxEngine { get; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Create(String, DataContext)
Declaration
public static ImportEngine Create(string name, DataContext dataContext)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
| DataContext |
dataContext |
|
Returns
Declaration
public static bool EngineRequiresFileInput(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Boolean |
|
GetEngineFileFilter(String)
Declaration
public static string GetEngineFileFilter(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.String |
|
GetEngineTemplateFileExtension(String)
Declaration
public static string GetEngineTemplateFileExtension(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.String |
|
GetValidFileExtensions(String)
Declaration
public static IEnumerable<string> GetValidFileExtensions(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Collections.Generic.IEnumerable<System.String> |
|