C# Workmates API
 All Classes Namespaces Functions Variables Enumerations Enumerator
Workmate Class Reference

Public Member Functions

 Workmate ()
 
 Workmate (string name, string avatarJpeg, string firstName, string lastName, string stateIso, string mapIcon)
 
 Workmate (string name, int status, string persMsg, int twitter, string avatarJpeg, int reloadavatar, string firstName, string lastName, string stateIso, int gender, string birthDay, bool isDeleted, string mapIcon)
 

Public Attributes

string Name
 field shown in the workmate detail info as email More...
 
int Status
 reserved for future use More...
 
string PersMsg
 reserved for future use More...
 
int Twitter
 reserved for future use More...
 
string AvatarJPEG
 avatar icon shown in the workmate detail info, referring to the picture inside the Res/avatars folder More...
 
int UserID
 reserved for future use More...
 
int Sync
 reserved for future use More...
 
int Reloadavatar
 reserved for future use More...
 
string FirstName
 field shown in the workmate detail info as firstname More...
 
string LastName
 filed shown in the workmate detail info as lastname More...
 
string StateISO
 field shown in the workmate detail info as country More...
 
int Gender
 reserved for private use (not shown anywhere in navigation) More...
 
string BirthDay
 reserved for private use (not shown anywhere in navigation) More...
 
bool IsDeleted
 reserved for private use (not shown anywhere in navigation) More...
 
string MapIcon
 workmate icon displayed on map, referring to the picture inside the Res/friends folder More...