Exemplo n.º 1
0
 public static List <ModulPartDescription> getDefaultDescriptions()
 {
     return(new List <ModulPartDescription>()
     {
         new ModulPartDescription()
         {
             Name = GlobalNames.getModulNameNum(), Description = GlobalNames.getModulNameNumDesc(), IsNeeded = true
         },
         new ModulPartDescription()
         {
             Name = GlobalNames.getModulNameText(), Description = GlobalNames.getModulNameTextDesc(), IsNeeded = true
         },
         new ModulPartDescription()
         {
             Name = GlobalNames.getModulNameECTS(), Description = GlobalNames.getModulNameECTSDesc(), IsNeeded = true
         },
         new ModulPartDescription()
         {
             Name = GlobalNames.getModulNameWeekHours(), Description = GlobalNames.getModulNameWeekHoursDesc(), IsNeeded = true
         },
         new ModulPartDescription()
         {
             Name = GlobalNames.getModulNameLanguage(), Description = GlobalNames.getModulNameLanguageDesc(), IsNeeded = true
         },
         new ModulPartDescription()
         {
             Name = GlobalNames.getModulNameTurnus(), Description = GlobalNames.getModulNameTurnusDesc(), IsNeeded = true
         },
         new ModulPartDescription()
         {
             Name = GlobalNames.getModulNameLecturer(), Description = GlobalNames.getModulNameLecturerDesc(), IsNeeded = true
         },
         new ModulPartDescription()
         {
             Name = GlobalNames.getModulNameFitsInStudy(), Description = GlobalNames.getModulNameFitsInStudyDesc(), IsNeeded = true
         },
         new ModulPartDescription()
         {
             Name = GlobalNames.getModulNameReqContent(), Description = GlobalNames.getModulNameReqContentDesc(), IsNeeded = true
         },
         new ModulPartDescription()
         {
             Name = GlobalNames.getModulNameEducation(), Description = GlobalNames.getModulNameEducationDesc(), IsNeeded = true
         },
         new ModulPartDescription()
         {
             Name = GlobalNames.getModulNameContent(), Description = GlobalNames.getModulNameContentDesc(), IsNeeded = true
         },
         new ModulPartDescription()
         {
             Name = GlobalNames.getModulNameLiterature(), Description = GlobalNames.getModulNameLiteratureDesc(), IsNeeded = true
         },
         new ModulPartDescription()
         {
             Name = GlobalNames.getModulNameTeaching(), Description = GlobalNames.getModulNameTeachingDesc(), IsNeeded = true
         },
         new ModulPartDescription()
         {
             Name = GlobalNames.getModulNameEffort(), Description = GlobalNames.getModulNameEffortDesc(), IsNeeded = true
         },
         new ModulPartDescription()
         {
             Name = GlobalNames.getModulNameMark(), Description = GlobalNames.getModulNameMarkDesc(), IsNeeded = true
         },
         new ModulPartDescription()
         {
             Name = GlobalNames.getModulNameReqFormal(), Description = GlobalNames.getModulNameReqFormalDesc(), IsNeeded = true
         },
         new ModulPartDescription()
         {
             Name = GlobalNames.getModulNameGrade(), Description = GlobalNames.getModulNameGradeDesc(), IsNeeded = true
         }
     });
 }