C# Class Excavator.Example.ExampleComponent

Inheritance: ExcavatorComponent
Afficher le fichier Open project: NewSpring/Excavator

Méthodes publiques

Свойство Type Description
Database OrcaMDF.Core.Engine.Database

Méthodes publiques

Méthode Description
LoadSchema ( string fileName ) : bool

Loads the database for this instance.

TransformData ( string>.Dictionary settings ) : int

Transforms the data from the dataset.

Private Methods

Méthode Description
SaveModel ( List newPersonList ) : void

Saves the model.

Method Details

LoadSchema() public méthode

Loads the database for this instance.
public LoadSchema ( string fileName ) : bool
fileName string
Résultat bool

TransformData() public méthode

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

Property Details

Database public_oe property

The local database
public Database,OrcaMDF.Core.Engine Database
Résultat OrcaMDF.Core.Engine.Database