Lean
$LEAN_TAG$
|
Collaborator responses More...
Properties | |
int | Uid [get, set] |
User ID More... | |
bool | LiveControl [get, set] |
Indicate if the user have live control More... | |
string | Permission [get, set] |
The permission this user is given. Can be "read" or "write" More... | |
string | PublicId [get, set] |
The user public ID More... | |
string | ProfileImage [get, set] |
The url of the user profile image More... | |
string | Email [get, set] |
The registered email of the user More... | |
string | Name [get, set] |
The display name of the user More... | |
string | Bio [get, set] |
The biography of the user More... | |
bool | Owner [get, set] |
Indicate if the user is the owner of the project More... | |
Collaborator responses
Definition at line 24 of file Project.cs.
|
getset |
User ID
Definition at line 30 of file Project.cs.
|
getset |
Indicate if the user have live control
Definition at line 36 of file Project.cs.
|
getset |
The permission this user is given. Can be "read" or "write"
Definition at line 43 of file Project.cs.
|
getset |
The user public ID
Definition at line 49 of file Project.cs.
|
getset |
The url of the user profile image
Definition at line 55 of file Project.cs.
|
getset |
The registered email of the user
Definition at line 61 of file Project.cs.
|
getset |
The display name of the user
Definition at line 67 of file Project.cs.
|
getset |
The biography of the user
Definition at line 73 of file Project.cs.
|
getset |
Indicate if the user is the owner of the project
Definition at line 79 of file Project.cs.