Click or drag to resize

CredentialsOptions Class

Contains the necessary information to connect to the Database.
Inheritance Hierarchy
SystemObject
  LinkarCommonCredentialsOptions

Namespace:  LinkarCommon
Assembly:  LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public class CredentialsOptions

The CredentialsOptions type exposes the following members.

Constructors
  NameDescription
Public methodCredentialsOptions
Initializes a new instance of the CredentialsOptions class
Public methodCredentialsOptions(String, String, Int16, String, String, String, String, String)
Initializes a new instance of the CredentialsOptions class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitializeProperties
Initializes the properties of the object. To use after building the object with the constructor without arguments.
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldEntryPoint
The EntryPoint Name defined in Linkar Server.
Public fieldFreeText
Free text that will appear in the Linkar MANAGER to identify in an easy way who is making the petition. For example if the call is made from a ERP, here we can write "MyERP".
Public fieldHost
IP Address or hostname where Linkar Server is listening.
Public fieldLanguage
Used to make the database routines know in which language they must answer. The Error messages coming from the Database are in English by default, but you can customize them.
Public fieldPassword
Password of the user Linkar Server.
Public fieldPluginId
Internal code to enable its use in Linkar Server. Used by Plugin developers.
Public fieldPort
Port number where the EntryPoint keeps listening.
Public fieldUsername
Linkar Server username.
Top
See Also