Show / Hide Table of Contents

Class DatabaseOperations.UserInfo

Helper class containing credentials

Inheritance
object
DatabaseOperations.UserInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Data.Dialect
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

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top