C# Class SIL.Pa.DataSource.FieldWorks.FwDataSourceInfo

Datei anzeigen Open project: sillsdev/phonology-assistant Class Usage Examples

Private Properties

Property Type Description
GetQueries void

Public Methods

Method Description
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.

Private Methods

Method Description
GetQueries ( ) : void

Method Details

Copy() public method

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

FwDataSourceInfo() public method

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

FwDataSourceInfo() public method

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

GetWritingSystems() public method

public GetWritingSystems ( ) : IEnumerable
return IEnumerable

ShowMissingMessage() public method

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

ToString() public method

public ToString ( ) : string
return string

ToString() public method

public ToString ( bool includeServerName ) : string
includeServerName bool
return string

UpdateLastModifiedTime() public method

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
return bool