C# Класс FdoToolbox.Core.ETL.TaskDefinitionHelper

Helper class for Task Definition serialization
Показать файл Открыть проект

Открытые методы

Метод Описание
IsBulkCopy ( string file ) : bool

Determines whether [the specified file] is a bulk copy definition

IsDefinitionFile ( string file ) : bool

Determines whether [the specified file] is a definition

IsJoin ( string file ) : bool

Determines whether the specified file is a join definition

IsSequentialProcess ( string file ) : bool

Determines whether [the specified file] is a sequential process definition

Описание методов

IsBulkCopy() публичный статический Метод

Determines whether [the specified file] is a bulk copy definition
public static IsBulkCopy ( string file ) : bool
file string The file.
Результат bool

IsDefinitionFile() публичный статический Метод

Determines whether [the specified file] is a definition
public static IsDefinitionFile ( string file ) : bool
file string The file.
Результат bool

IsJoin() публичный статический Метод

Determines whether the specified file is a join definition
public static IsJoin ( string file ) : bool
file string The file.
Результат bool

IsSequentialProcess() публичный статический Метод

Determines whether [the specified file] is a sequential process definition
public static IsSequentialProcess ( string file ) : bool
file string The file.
Результат bool