C# Class FdoToolbox.Core.ETL.TaskDefinitionHelper

Helper class for Task Definition serialization
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
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

Method Details

IsBulkCopy() public static méthode

Determines whether [the specified file] is a bulk copy definition
public static IsBulkCopy ( string file ) : bool
file string The file.
Résultat bool

IsDefinitionFile() public static méthode

Determines whether [the specified file] is a definition
public static IsDefinitionFile ( string file ) : bool
file string The file.
Résultat bool

IsJoin() public static méthode

Determines whether the specified file is a join definition
public static IsJoin ( string file ) : bool
file string The file.
Résultat bool

IsSequentialProcess() public static méthode

Determines whether [the specified file] is a sequential process definition
public static IsSequentialProcess ( string file ) : bool
file string The file.
Résultat bool