Class UsersDetails
The current page templates view model.
Inheritance
System.Object
UsersDetails
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class UsersDetails : object
Properties
| Improve this Doc View SourceCreatedDate
Gets or sets get or Set the createdDate.
Declaration
public long CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Gets 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 |
LastName
Gets or sets the last name.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModifiedDate
Gets or sets get or Set the modifiedDate.
Declaration
public long ModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Role
Gets or sets the role.
Declaration
public UserRoleType Role { get; set; }
Property Value
Type | Description |
---|---|
UserRoleType |
TeamId
Gets or sets the team id.
Declaration
public string TeamId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TeamName
Gets or sets the team name.
Declaration
public string TeamName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserId
Gets or sets the user id.
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserStatus
Gets or sets the user status.
Declaration
public UserStatus UserStatus { get; set; }
Property Value
Type | Description |
---|---|
UserStatus |