コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the LMSDomainCoreModelsUserProfile
 /// class.
 /// </summary>
 public LMSDomainCoreModelsUserProfile(int?id = default(int?), LMSDomainCoreModelsUser user = default(LMSDomainCoreModelsUser), string schoolId = default(string), LMSDomainCoreModelsSchool school = default(LMSDomainCoreModelsSchool), int?gender = default(int?), System.DateTime?birthDate = default(System.DateTime?), string secondaryEmail = default(string), bool?secondaryEmailConfirmed = default(bool?), string telephone = default(string), string interests = default(string), string activities = default(string), int?countryId = default(int?), LMSDomainCoreModelsCountry country = default(LMSDomainCoreModelsCountry), string profilePictureId = default(string), string profilePictureUrl = default(string), string profilePictureUrlSmall = default(string), string skypeId = default(string), System.DateTime?creationDate = default(System.DateTime?), int?createdBy = default(int?), System.DateTime?lastModificationDate = default(System.DateTime?), int?modifiedBy = default(int?))
 {
     Id                      = id;
     User                    = user;
     SchoolId                = schoolId;
     School                  = school;
     Gender                  = gender;
     BirthDate               = birthDate;
     SecondaryEmail          = secondaryEmail;
     SecondaryEmailConfirmed = secondaryEmailConfirmed;
     Telephone               = telephone;
     Interests               = interests;
     Activities              = activities;
     CountryId               = countryId;
     Country                 = country;
     ProfilePictureId        = profilePictureId;
     ProfilePictureUrl       = profilePictureUrl;
     ProfilePictureUrlSmall  = profilePictureUrlSmall;
     SkypeId                 = skypeId;
     CreationDate            = creationDate;
     CreatedBy               = createdBy;
     LastModificationDate    = lastModificationDate;
     ModifiedBy              = modifiedBy;
     CustomInit();
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the
 /// LMSApplicationCoreViewModelUserProfilePersonalInfoViewModel class.
 /// </summary>
 public LMSApplicationCoreViewModelUserProfilePersonalInfoViewModel(int?gender = default(int?), string genderStr = default(string), System.DateTime?birthDate = default(System.DateTime?), string school = default(string), LMSDomainCoreModelsCountry country = default(LMSDomainCoreModelsCountry))
 {
     Gender    = gender;
     GenderStr = genderStr;
     BirthDate = birthDate;
     School    = school;
     Country   = country;
     CustomInit();
 }