//------------------------------------------ public UsersDataProfile() { ProfieProperities = new ProfieProperityCollection(); ProfieProperities.Add("PersonalPhoto"); ProfieProperities.Add("Facebook"); ProfieProperities.Add("Twitter"); ProfieProperities.Add("Youtube"); ProfieProperities.Add("GooglePlus"); }
//------------------------------------------ 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"); }