Represents the user profile info.
Inheritance Hierarchy
Nemiro.OAuth UserInfo
Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
The UserInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | UserInfo(Dictionary String, Object , ApiDataMapping) | Obsolete.
Initializes a new instance of the UserInfo class.
|
![]() | UserInfo(UniValue, ApiDataMapping) |
Initializes a new instance of the UserInfo class.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Overrides Object ToString .) |
Properties
Name | Description | |
---|---|---|
![]() | Birthday |
Gets or sets user birthday.
|
![]() | DisplayName |
Gets or sets the display name of the user.
|
![]() |
Gets or sets user email address.
| |
![]() | FirstName |
Gets or sets the first name of the user.
|
![]() | FullName |
Gets the first and last name.
|
![]() | Items |
Gets or sets a collection containing the API request results.
|
![]() | LastName |
Gets or sets the last name of the user.
|
![]() | Phone |
Gets or sets user phone.
|
![]() | Sex |
Gets or sets gender of the user.
|
![]() | Url |
Gets or sets user url.
|
![]() | UserId |
Gets or sets the user ID.
|
![]() | UserName |
Gets or sets the username.
|
![]() | Userpic |
Gets or sets user image url.
|
See Also