C# Class Excavator.BinaryFile.BinaryFileComponent

Inheritance: ExcavatorComponent
Mostrar archivo Open project: NewSpring/Excavator

Protected Properties

Property Type Description
FileTypeBlackList IEnumerable
FileTypes List
ImportPersonAliasId int?
ImportedPeople List

Public Methods

Method Description
LoadSchema ( string fileName ) : bool

Loads the database for this instance.

LoadStorageProviders ( ) : void

Loads the storage providers.

TransformData ( string>.Dictionary settings ) : int

Transforms the data from the dataset.

Private Methods

Method Description
LoadRockData ( RockContext lookupContext = null ) : void

Loads Rock data that's used globally by the transform

Method Details

LoadSchema() public method

Loads the database for this instance.
public LoadSchema ( string fileName ) : bool
fileName string
return bool

LoadStorageProviders() public method

Loads the storage providers.
public LoadStorageProviders ( ) : void
return void

TransformData() public method

Transforms the data from the dataset.
public TransformData ( string>.Dictionary settings ) : int
settings string>.Dictionary
return int

Property Details

FileTypeBlackList protected_oe static_oe property

protected static IEnumerable FileTypeBlackList
return IEnumerable

FileTypes protected_oe static_oe property

The file types
protected static List FileTypes
return List

ImportPersonAliasId protected_oe static_oe property

The person assigned to do the import
protected static int? ImportPersonAliasId
return int?

ImportedPeople protected_oe static_oe property

protected static List ImportedPeople
return List