Click or drag to resize

BenchUserInfo Class

This class represents the user of the Bench system. It holds the name and the email address, of the user, which are used to configure the environment variables and apps.
Inheritance Hierarchy
SystemObject
  Mastersign.BenchBenchUserInfo

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public class BenchUserInfo

The BenchUserInfo type exposes the following members.

Constructors
  NameDescription
Public methodBenchUserInfo
Initializes a new and empty instance of BenchUserInfo.
Public methodBenchUserInfo(String, String)
Initializes a new instance of BenchUserInfo.
Top
Properties
  NameDescription
Public propertyEmail
The email address of the user.
Public propertyName
The name of the user.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Creates a string representation of the user info.
(Overrides ObjectToString.)
Top
See Also