C# Class Excavator.BinaryFile.BinaryFileComponent

Inheritance: ExcavatorComponent
Show file 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 static property

protected static IEnumerable FileTypeBlackList
return IEnumerable

FileTypes protected static property

The file types
protected static List FileTypes
return List

ImportPersonAliasId protected static property

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

ImportedPeople protected static property

protected static List ImportedPeople
return List