C# 클래스 FdoToolbox.Base.Controls.FdoDataStoreMgrPresenter

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

공개 메소드들

메소드 설명
CreateDataStore ( NameValueCollection props ) : void
DestroyDataStore ( NameValueCollection props ) : void
FdoDataStoreMgrPresenter ( IFdoDataStoreMgrView view, FdoConnection conn ) : System
Init ( ) : void

비공개 메소드들

메소드 설명
GetDataStores ( ) : void
ToggleUI ( ) : void

메소드 상세

CreateDataStore() 공개 메소드

public CreateDataStore ( NameValueCollection props ) : void
props System.Collections.Specialized.NameValueCollection
리턴 void

DestroyDataStore() 공개 메소드

public DestroyDataStore ( NameValueCollection props ) : void
props System.Collections.Specialized.NameValueCollection
리턴 void

FdoDataStoreMgrPresenter() 공개 메소드

public FdoDataStoreMgrPresenter ( IFdoDataStoreMgrView view, FdoConnection conn ) : System
view IFdoDataStoreMgrView
conn FdoToolbox.Core.Feature.FdoConnection
리턴 System

Init() 공개 메소드

public Init ( ) : void
리턴 void