User
Description:
Defines a user working on a specific Worksharing model.
Defines a user working on a specific Worksharing model.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.CloudWorksharing.DataContracts.User
System.Object
Autodesk.Revit.CloudWorksharing.DataContracts.User
public class User
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| User() | None | Initializes a new instance of the User class |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| FirstName | string | Gets or sets the first name of the user. | |
| LastName | string | Gets or sets the last name of the user. | |
| UserId | int | Gets or sets the unique id of the user within a specific Worksharing model. | |
| UserName | string | Gets or sets the Autodesk account username of the user. |