C# 클래스 SIL.Pa.DataSource.FieldWorks.FwDataSourceInfo

파일 보기 프로젝트 열기: sillsdev/phonology-assistant 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetQueries void

공개 메소드들

메소드 설명
Copy ( ) : FwDataSourceInfo

Makes a deep copy of the FW data source information.

FwDataSourceInfo ( ) : System

This is needed for deserialization.

FwDataSourceInfo ( string name, string server, DataSourceType dsType ) : System
GetWritingSystems ( ) : IEnumerable
ShowMissingMessage ( ) : void

Shows a message indicating the database is missing.

ToString ( ) : string
ToString ( bool includeServerName ) : string
UpdateLastModifiedTime ( ) : bool

Updates the FwDataSourcInfo's last modified date/time to reflect what's current in the database for lexical entries. The return value is a flag indicating whether or not the new value is different from the previous.

비공개 메소드들

메소드 설명
GetQueries ( ) : void

메소드 상세

Copy() 공개 메소드

Makes a deep copy of the FW data source information.
public Copy ( ) : FwDataSourceInfo
리턴 FwDataSourceInfo

FwDataSourceInfo() 공개 메소드

This is needed for deserialization.
public FwDataSourceInfo ( ) : System
리턴 System

FwDataSourceInfo() 공개 메소드

public FwDataSourceInfo ( string name, string server, DataSourceType dsType ) : System
name string
server string
dsType DataSourceType
리턴 System

GetWritingSystems() 공개 메소드

public GetWritingSystems ( ) : IEnumerable
리턴 IEnumerable

ShowMissingMessage() 공개 메소드

Shows a message indicating the database is missing.
public ShowMissingMessage ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( bool includeServerName ) : string
includeServerName bool
리턴 string

UpdateLastModifiedTime() 공개 메소드

Updates the FwDataSourcInfo's last modified date/time to reflect what's current in the database for lexical entries. The return value is a flag indicating whether or not the new value is different from the previous.
public UpdateLastModifiedTime ( ) : bool
리턴 bool