/// <summary> /// Initializes a new instance of the LMSDomainCoreModelsTourStep /// class. /// </summary> public LMSDomainCoreModelsTourStep(int order, int roleId, int tourPageId, int?id = default(int?), string content = default(string), LMSDomainCoreModelsRole role = default(LMSDomainCoreModelsRole), LMSDomainCoreModelsTourPage tourPage = default(LMSDomainCoreModelsTourPage)) { Id = id; Order = order; Content = content; RoleId = roleId; Role = role; TourPageId = tourPageId; TourPage = tourPage; CustomInit(); }
/// <summary> /// Initializes a new instance of the /// LMSDomainCoreModelsOffice365OrganizationUser class. /// </summary> public LMSDomainCoreModelsOffice365OrganizationUser(string organizationId, int userId, int roleId, string userObjectId = default(string), string nameIdentifer = default(string), LMSDomainCoreModelsOffice365Organization organization = default(LMSDomainCoreModelsOffice365Organization), LMSDomainCoreModelsUser user = default(LMSDomainCoreModelsUser), LMSDomainCoreModelsRole role = default(LMSDomainCoreModelsRole), string organizationSchoolId = default(string), bool?isDeleted = default(bool?), LMSDomainCoreModelsOffice365OrganizationSchool organizationSchool = default(LMSDomainCoreModelsOffice365OrganizationSchool), string id = default(string)) { OrganizationId = organizationId; UserId = userId; RoleId = roleId; UserObjectId = userObjectId; NameIdentifer = nameIdentifer; Organization = organization; User = user; Role = role; OrganizationSchoolId = organizationSchoolId; IsDeleted = isDeleted; OrganizationSchool = organizationSchool; Id = id; CustomInit(); }