C

User

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