C# Class Excavator.Example.ExampleComponent

Inheritance: ExcavatorComponent
Show file Open project: NewSpring/Excavator

Public Properties

Property Type Description
Database OrcaMDF.Core.Engine.Database

Public Methods

Method Description
LoadSchema ( string fileName ) : bool

Loads the database for this instance.

TransformData ( string>.Dictionary settings ) : int

Transforms the data from the dataset.

Private Methods

Method Description
SaveModel ( List newPersonList ) : void

Saves the model.

Method Details

LoadSchema() public method

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

TransformData() public method

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

Property Details

Database public property

The local database
public Database,OrcaMDF.Core.Engine Database
return OrcaMDF.Core.Engine.Database