Show / Hide Table of Contents

Class AccountBaseInfo

Represents the base information of account.

Inheritance
System.Object
AccountBaseInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class AccountBaseInfo

Properties

| Improve this Doc View Source

Email

Gets or sets the email.

Declaration
public string Email { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FirstName

Gets or sets the first name.

Declaration
public string FirstName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FullName

Gets the full name.

Declaration
public string FullName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LastName

Gets or sets the last name.

Declaration
public string LastName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Password

Gets or sets the password.

Declaration
public string Password { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX