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 SourceGets or sets the email.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FirstName
Gets or sets the first name.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FullName
Gets the full name.
Declaration
public string FullName { get; }
Property Value
Type | Description |
---|---|
System.String |
LastName
Gets or sets the last name.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Password
Gets or sets the password.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |