Class TeamUsers
Team and team user details.
Inheritance
System.Object
TeamUsers
Namespace: BoldSign.Api.Model
Assembly: BoldSign.Api.dll
Syntax
public class TeamUsers : object
Constructors
| Improve this Doc View SourceTeamUsers(String, String, String, String, UserRole, UserStatus)
Initializes a new instance of the TeamUsers class.
Declaration
public TeamUsers(string userId = null, string email = null, string firstName = null, string lastName = null, UserRole userRole = (UserRole)0, UserStatus userStatus = (UserStatus)0)
Parameters
Type | Name | Description |
---|---|---|
System.String | userId | Gets or sets the user Id. |
System.String | Gets or sets the email. |
|
System.String | firstName | Gets or sets the first Name. |
System.String | lastName | Gets or sets the last Name. |
UserRole | userRole | Gets or sets user Role. |
UserStatus | userStatus | Gets or sets the user Status. |
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 |
LastName
Gets or sets the last Name.
Declaration
public string LastName { 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 |
UserRole
Gets or sets the user Role.
Declaration
public UserRole UserRole { get; set; }
Property Value
Type | Description |
---|---|
UserRole |
UserStatus
Gets or sets the User Status.
Declaration
public UserStatus UserStatus { get; set; }
Property Value
Type | Description |
---|---|
UserStatus |