Class UserDetails
Represents the details of a user.
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.Users
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class UserDetails
Properties
View SourceBranchId
Gets or sets the ID of the branch the user belongs to.
Declaration
public int BranchId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
BranchName
Gets or sets the name of the branch the user belongs to.
Declaration
public string BranchName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Gets or sets the email of the user.
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FirstName
Gets or sets the first name of the user.
Declaration
public string FirstName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Gets or sets the ID of the user.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
LastName
Gets or sets the last name of the user.
Declaration
public string LastName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |