User Class

GF API Documentation
Representation of another user in the GF system
Inheritance Hierarchy

SystemObject
  GF.Api.UsersUser
    GF.Api.UsersCurrentUser

Namespace:  GF.Api.Users
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public class User : IComparable

The User type exposes the following members.

Constructors

  NameDescription
Public methodUser
Initializes a new instance of the User class
Top
Properties

  NameDescription
Public propertyID
Server identifier
Public propertyIsOnline
Is the user currently logged in to the GF servers?
Public propertyName
User name
Top
Methods

  NameDescription
Public methodCompareTo
IComparable implementation
Public methodToString
String representation
(Overrides ObjectToString.)
Top
Remarks

This class can be used to check IsOnline status of another user or send a message
See Also

Reference