Assembly: Metabase;
The IPrimaryServiceSPLD interface contains properties and methods of a security unit used on connecting to the repository via the platform web service.
IPrimaryServiceSPLD
To connect to the repository using the WEB Service driver, one should set the Allow parameter/attribute with the 1/true value:
In the registry key [HKLM\SOFTWARE\Foresight\Foresight Analytics Platform\10.0\Metabases\<repository identifier>\WebService].
In the Metabases.xml file in the WebService section of the corresponding repository:
<WebService Allow="true"/>
| Property name | Brief description | |
![]() |
Endpoint | The Endpoint property determines an URL of the platform web service, which will be used to connect and work with repository. |
![]() |
Metabase | The Metabase property determines an identifier of description of the repository, to which it is required to connect via the platform web service. |
![]() |
OriginLogonData | The OriginLogonData property returns parameters of security module of the repository, to which connection is established via the platform web service. |
| Property name | Brief description | |
![]() |
IsUnicode | The IsUnicode property returns whether the Unicode encoding is used. |
![]() |
LogonEvent | The LogonEvent property determines the use of events when connecting to the repository. |
![]() |
ParamCount | The ParamCount property returns the number of security unit parameters. |
![]() |
ParamName | The ParamName property returns the name of the security unit parameter. |
![]() |
ParamValue | The ParamValue property determines a value of the security unit parameter. |
![]() |
Unicode | The Unicode property determines whether to use the Unicode encoding. |
![]() |
Valid | The Valid property returns whether security unit parameters are correct. |
| Property name | Brief description | |
![]() |
Clone | The Clone method returns an object that contains a copy of the security unit parameters. |
![]() |
DbObjectO | The DbObjectO method returns identifier of the object with the prefix that corresponds to the current repository. |
See also: