UserInfo ClassNemiro.OAuth
Represents the user profile info.
Inheritance Hierarchy

System Object
  Nemiro.OAuth UserInfo

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public class UserInfo

The UserInfo type exposes the following members.

Constructors

  NameDescription
Public methodUserInfo(Dictionary String, Object , ApiDataMapping)Obsolete.
Initializes a new instance of the UserInfo class.
Public methodUserInfo(UniValue, ApiDataMapping)
Initializes a new instance of the UserInfo class.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns the UserName or UserId.
(Overrides Object ToString .)
Top
Properties

  NameDescription
Public propertyBirthday
Gets or sets user birthday.
Public propertyDisplayName
Gets or sets the display name of the user.
Public propertyEmail
Gets or sets user email address.
Public propertyFirstName
Gets or sets the first name of the user.
Public propertyFullName
Gets the first and last name.
Public propertyItems
Gets or sets a collection containing the API request results.
Public propertyLastName
Gets or sets the last name of the user.
Public propertyPhone
Gets or sets user phone.
Public propertySex
Gets or sets gender of the user.
Public propertyUrl
Gets or sets user url.
Public propertyUserId
Gets or sets the user ID.
Public propertyUserName
Gets or sets the username.
Public propertyUserpic
Gets or sets user image url.
Top
See Also