Class UserProfileModel
  
  
  
    Inheritance
    
    UserProfileModel
   
  
  
  Assembly: EduCATS.dll
  Syntax
  
    public class UserProfileModel
   
  Properties
  
  About
  
  
  Declaration
  
    [JsonProperty("About")]
public string About { get; set; }
   
  Property Value
  
  
  Avatar
  
  
  Declaration
  
    [JsonProperty("Avatar")]
public string Avatar { get; set; }
   
  Property Value
  
  
  Email
  
  
  Declaration
  
    [JsonProperty("Email")]
public string Email { get; set; }
   
  Property Value
  
  
  GroupId
  
  
  Declaration
  
    [JsonProperty("GroupId")]
public int GroupId { get; set; }
   
  Property Value
  
  
  GroupName
  
  
  Declaration
  
    [JsonProperty("Group")]
public string GroupName { get; set; }
   
  Property Value
  
  
  Name
  
  
  Declaration
  
    [JsonProperty("Name")]
public string Name { get; set; }
   
  Property Value
  
  
  Phone
  
  
  Declaration
  
    [JsonProperty("Phone")]
public string Phone { get; set; }
   
  Property Value
  
  
  Skill
  
  
  Declaration
  
    [JsonProperty("Skill")]
public string Skill { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    [JsonProperty("SkypeContact")]
public string SkypeContact { get; set; }
   
  Property Value
  
  
  UserType
  
  
  Declaration
  
    [JsonProperty("UserType")]
public string UserType { get; set; }
   
  Property Value