Advertisement
Guest User

generated classes

a guest
Oct 27th, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.90 KB | None | 0 0
  1.     public class Rootobject
  2.     {
  3.         public NgcpSubscribers ngcpsubscribers { get; set; }
  4.     }
  5.  
  6.     public class NgcpSubscribers
  7.     {
  8.         public _Links _links { get; set; }
  9.         public int domain_id { get; set; }
  10.         public object email { get; set; }
  11.         public string external_id { get; set; }
  12.         public int id { get; set; }
  13.         public string password { get; set; }
  14.         public Primary_Number primary_number { get; set; }
  15.         public object profile_id { get; set; }
  16.         public object profile_set_id { get; set; }
  17.         public string status { get; set; }
  18.         public string username { get; set; }
  19.         public string webusername { get; set; }
  20.     }
  21.  
  22.     public class _Links
  23.     {
  24.     }
  25.  
  26.     public class Primary_Number
  27.     {
  28.         public string ac { get; set; }
  29.         public string cc { get; set; }
  30.         public string sn { get; set; }
  31.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement