C# 클래스 Excavator.Example.ExampleComponent

상속: ExcavatorComponent
파일 보기 프로젝트 열기: NewSpring/Excavator

공개 프로퍼티들

프로퍼티 타입 설명
Database OrcaMDF.Core.Engine.Database

공개 메소드들

메소드 설명
LoadSchema ( string fileName ) : bool

Loads the database for this instance.

TransformData ( string>.Dictionary settings ) : int

Transforms the data from the dataset.

비공개 메소드들

메소드 설명
SaveModel ( List newPersonList ) : void

Saves the model.

메소드 상세

LoadSchema() 공개 메소드

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

TransformData() 공개 메소드

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

프로퍼티 상세

Database 공개적으로 프로퍼티

The local database
public Database,OrcaMDF.Core.Engine Database
리턴 OrcaMDF.Core.Engine.Database