Representation of another user in the GF system
Inheritance Hierarchy
GF.Api.UsersUser
GF.Api.UsersCurrentUser
Namespace: GF.Api.Users
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The User type exposes the following members.
Constructors
Name | Description | |
---|---|---|
User | Initializes a new instance of the User class |
Properties
Name | Description | |
---|---|---|
ID |
Server identifier
| |
IsOnline |
Is the user currently logged in to the GF servers?
| |
Name |
User name
|
Methods
Name | Description | |
---|---|---|
CompareTo | IComparable implementation
| |
ToString |
String representation
(Overrides ObjectToString.) |
Remarks
See Also