Property | Type | Description | |
---|---|---|---|
GetQueries | void |
Method | Description | |
---|---|---|
Copy ( ) : |
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.
|
Method | Description | |
---|---|---|
GetQueries ( ) : void |
public FwDataSourceInfo ( string name, string server, DataSourceType dsType ) : System | ||
name | string | |
server | string | |
dsType | DataSourceType | |
return | System |
public ToString ( bool includeServerName ) : string | ||
includeServerName | bool | |
return | string |