Class DatabaseOperations.UserInfo
Helper class containing credentials
Inherited Members
Namespace: SuperOfficeDataDialect
Assembly: SoDataBase.BusinessLogic.dll
Syntax
protected class DatabaseOperations.UserInfo
Constructors
UserInfo(string, string)
Populate helper with credentials.
Declaration
public UserInfo(string userName, string password)
Parameters
| Type | Name | Description |
|---|---|---|
| string | userName | User name |
| string | password | User password |
Properties
Password
Get User Password
Declaration
public string Password { get; }
Property Value
| Type | Description |
|---|---|
| string |
UserName
Get User Name
Declaration
public string UserName { get; }
Property Value
| Type | Description |
|---|---|
| string |