Exemplo n.º 1
0
 /// <summary>
 /// Mitigation class constructor
 /// </summary>
 public Mitigation()
 {
     _references     = new List <Reference_Type>();
     _subMitigations = new List <Mitigation>();
     _mitigation_Effectiveness_Notes = new Structured_Text_Type();
     _mitigation_Description         = new Structured_Text_Type();
     _applicable_Languages           = new Languages_List_Type();
     _mitigation_Strategy            = new List <MitigationMitigation_Strategy>();
     _mitigation_Phase = new List <SDLC_Phase_Type>();
 }
Exemplo n.º 2
0
 /// <summary>
 /// CategoryApplicable_Platforms class constructor
 /// </summary>
 public CategoryApplicable_Platforms()
 {
     _platform_Notes             = new Structured_Text_Type();
     _common_Platform_References = new List <CategoryApplicable_PlatformsCommon_Platform_Reference>();
     _technology_Classes         = new List <CategoryApplicable_PlatformsTechnology_Class>();
     _environments            = new List <CategoryApplicable_PlatformsEnvironment>();
     _architectural_Paradigms = new List <CategoryApplicable_PlatformsArchitectural_Paradigm>();
     _hardware_Architectures  = new CategoryApplicable_PlatformsHardware_Architectures();
     _operating_Systems       = new CategoryApplicable_PlatformsOperating_Systems();
     _languages = new Languages_List_Type();
 }