Subversion Repositories DevTools

Rev

Rev 2155 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2155 Rev 2169
Line 196... Line 196...
196
            ReqPro40.enumReqTypesLookups.eReqTypesLookups_Prefix, 
196
            ReqPro40.enumReqTypesLookups.eReqTypesLookups_Prefix, 
197
            "1.0", "Version 1.0", 
197
            "1.0", "Version 1.0", 
198
            null, ReqPro40.enumRequirementLookups.eReqLookup_Empty);
198
            null, ReqPro40.enumRequirementLookups.eReqLookup_Empty);
199
      }
199
      }
200
 
200
 
-
 
201
      public static ReqPro40.Requirement add_requirement(object req_collection, string name, string description, string type, ReqPro40.Requirement parent_rp_req)
-
 
202
      {
-
 
203
         return ((ReqPro40.Requirements)req_collection).Add(name, description, type,
-
 
204
            ReqPro40.enumReqTypesLookups.eReqTypesLookups_Prefix, 
-
 
205
            "1.0", "Version 1.0", 
-
 
206
            parent_rp_req, ReqPro40.enumRequirementLookups.eReqLookup_Object);
-
 
207
      }
201
 
208
 
202
      public static bool any_relationship_exists(ReqPro40.Requirement rp_req, string guid)
209
      public static bool any_relationship_exists(ReqPro40.Requirement rp_req, string guid)
203
      {
210
      {
204
         return (  traces_to_relationship_exists(rp_req, guid)
211
         return (  traces_to_relationship_exists(rp_req, guid)
205
                || traces_from_relationship_exists(rp_req, guid)
212
                || traces_from_relationship_exists(rp_req, guid)