C# 클래스 SIL.FieldWorks.FwCoreDlgs.SharedBackendServicesHelper

Provides a common place for calls which utilize FDO's SharedBackendServices
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
WarnOnConfirmingSingleUserChanges ( SIL.FieldWorks.FDO.FdoCache cache ) : bool

Display a warning indicating that it may be dangerous to change things that the user has just asked to change when other applications are using this project. The warning should only be shown if, in fact, other applications currently have this project open. Return true to continue, false to discard the changes. This is typically called in response to clicking an OK button in a dialog which changes dangerous user settings.

WarnOnOpeningSingleUserDialog ( SIL.FieldWorks.FDO.FdoCache cache ) : bool

Display a warning indicating that it may be dangerous to change things in the dialog that is about to open when there are other applications using this project. The warning should only be shown if, in fact, other applications currently have this project open. Return true to continue, false to cancel opening the dialog.

메소드 상세

WarnOnConfirmingSingleUserChanges() 공개 정적인 메소드

Display a warning indicating that it may be dangerous to change things that the user has just asked to change when other applications are using this project. The warning should only be shown if, in fact, other applications currently have this project open. Return true to continue, false to discard the changes. This is typically called in response to clicking an OK button in a dialog which changes dangerous user settings.
public static WarnOnConfirmingSingleUserChanges ( SIL.FieldWorks.FDO.FdoCache cache ) : bool
cache SIL.FieldWorks.FDO.FdoCache
리턴 bool

WarnOnOpeningSingleUserDialog() 공개 정적인 메소드

Display a warning indicating that it may be dangerous to change things in the dialog that is about to open when there are other applications using this project. The warning should only be shown if, in fact, other applications currently have this project open. Return true to continue, false to cancel opening the dialog.
public static WarnOnOpeningSingleUserDialog ( SIL.FieldWorks.FDO.FdoCache cache ) : bool
cache SIL.FieldWorks.FDO.FdoCache
리턴 bool