예제 #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>();
 }
예제 #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();
 }
예제 #3
0
 /// <summary>
 /// View class constructor
 /// </summary>
 public View()
 {
     _content_History    = new Content_History();
     _references         = new List <Reference_Type>();
     _research_Gaps      = new List <Structured_Text_Type>();
     _alternate_Terms    = new List <Alternate_TermsAlternate_Term>();
     _other_Notes        = new List <Structured_Text_Type>();
     _maintenance_Notes  = new List <Structured_Text_Type>();
     _relationship_Notes = new List <Structured_Text_Type>();
     _relationships      = new List <Relationship>();
     _view_Audience      = new List <ViewAudience>();
     _view_Objective     = new Structured_Text_Type();
 }
예제 #4
0
 /// <summary>
 /// CategoryWeakness_Ordinality class constructor
 /// </summary>
 public CategoryWeakness_Ordinality()
 {
     _ordinality_Description = new Structured_Text_Type();
 }
 /// <summary>
 /// CategoryDetection_Method class constructor
 /// </summary>
 public CategoryDetection_Method()
 {
     _method_Effectiveness_Notes = new Structured_Text_Type();
     _method_Description         = new Structured_Text_Type();
 }
예제 #6
0
 /// <summary>
 /// Alternate_TermsAlternate_Term class constructor
 /// </summary>
 public Alternate_TermsAlternate_Term()
 {
     _alternate_Term_Description = new Structured_Text_Type();
 }
예제 #7
0
 /// <summary>
 /// Common_Consequence class constructor
 /// </summary>
 public Common_Consequence()
 {
     _consequence_Note             = new Structured_Text_Type();
     _consequence_Technical_Impact = new List <Common_ConsequenceConsequence_Technical_Impact>();
     _consequence_Scope            = new List <Common_ConsequenceConsequence_Scope>();
 }
예제 #8
0
 /// <summary>
 /// ViewAudience class constructor
 /// </summary>
 public ViewAudience()
 {
     _stakeholder_Description = new Structured_Text_Type();
 }
예제 #9
0
 /// <summary>
 /// CategoryDescription class constructor
 /// </summary>
 public CategoryDescription()
 {
     _extended_Description = new Structured_Text_Type();
 }
 /// <summary>
 /// CategoryDemonstrative_Example class constructor
 /// </summary>
 public CategoryDemonstrative_Example()
 {
     _demonstrative_Example_References = new List <Reference_Type>();
     _example_Body = new Structured_Text_Type();
 }