C# 클래스 FdoToolbox.Express.Controls.CreateRdbmsPresenter

파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
CheckConnectionName ( ) : bool
Create ( ) : bool
CreateRdbmsPresenter ( ICreateRdbmsView view, IFdoConnectionManager connMgr ) : System
Init ( ) : void

비공개 메소드들

메소드 설명
ApplySchemas ( FdoConnection conn ) : void
CreateDataStore ( FdoFeatureService svc ) : void
CreateDefaultSpatialContext ( FdoFeatureService svc ) : void
GetBaseConnectionString ( ) : string
Test ( ) : bool

메소드 상세

CheckConnectionName() 공개 메소드

public CheckConnectionName ( ) : bool
리턴 bool

Create() 공개 메소드

public Create ( ) : bool
리턴 bool

CreateRdbmsPresenter() 공개 메소드

public CreateRdbmsPresenter ( ICreateRdbmsView view, IFdoConnectionManager connMgr ) : System
view ICreateRdbmsView
connMgr IFdoConnectionManager
리턴 System

Init() 공개 메소드

public Init ( ) : void
리턴 void