Interface ITermbaseRepository
Assembly: Sdl.MultiTerm.TMO.Interop.dll
Syntax
[Guid("86D5591A-B497-41BB-ADFD-FAE3CF814D8B")]
public interface ITermbaseRepository
Properties
DatabaseType
Declaration
MtDatabaseType DatabaseType { get; set; }
Property Value
IsConnected
Declaration
bool IsConnected { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsRemote
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Location
Declaration
string Location { get; set; }
Property Value
Type |
Description |
System.String |
|
Protocol
Declaration
MtCommunicationType Protocol { get; set; }
Property Value
ServerVersion
Declaration
int ServerVersion { get; }
Property Value
Type |
Description |
System.Int32 |
|
Termbases
Declaration
Termbases Termbases { get; }
Property Value
TerminologyConnectorCOM
Declaration
object TerminologyConnectorCOM { get; }
Property Value
Type |
Description |
System.Object |
|
Methods
ChangePassword(String, String)
Declaration
void ChangePassword(string NewPassword, string OldPassword)
Parameters
Type |
Name |
Description |
System.String |
NewPassword |
|
System.String |
OldPassword |
|
Connect(String, String)
Declaration
MtUserType Connect(string UserId, string Password)
Parameters
Type |
Name |
Description |
System.String |
UserId |
|
System.String |
Password |
|
Returns
ConnectEx(String, String, CredentialsPersistOption)
Declaration
MtUserType ConnectEx(string UserId, string Password, CredentialsPersistOption CredentialsPersistOption)
Parameters
Returns
ConnectSso(String, String, CredentialsPersistOption)
Declaration
MtUserType ConnectSso(string UserId, string SamlToken, CredentialsPersistOption CredentialsPersistOption)
Parameters
Returns
ConnectWithAuthServerConnection(Object, String)
Declaration
MtUserType ConnectWithAuthServerConnection(object pxo_ServerConnection, string UserId)
Parameters
Type |
Name |
Description |
System.Object |
pxo_ServerConnection |
|
System.String |
UserId |
|
Returns
Disconnect()
Declaration