Exemplo n.º 1
0
 //------------------------------------------
 public UsersDataProfile()
 {
     ProfieProperities = new ProfieProperityCollection();
     ProfieProperities.Add("PersonalPhoto");
     ProfieProperities.Add("Facebook");
     ProfieProperities.Add("Twitter");
     ProfieProperities.Add("Youtube");
     ProfieProperities.Add("GooglePlus");
 }
Exemplo n.º 2
0
 //------------------------------------------
 public ItemProfile()
 {
     ProfieProperities = new ProfieProperityCollection();
     ProfieProperities.Add(new ProfieProperity("No", typeof(int)));
     ProfieProperities.Add("Name");
     ProfieProperities.Add("Mobile");
     ProfieProperities.Add("UserName");
     ProfieProperities.Add("Password");
     ProfieProperities.Add("Email");
 }