Beispiel #1
0
 public static TechProjectPlanPriorityValue CreateTechProjectPlanPriorityValue(string value)
 {
     TechProjectPlanPriorityValue techProjectPlanPriorityValue = new TechProjectPlanPriorityValue();
     techProjectPlanPriorityValue.Value = value;
     return techProjectPlanPriorityValue;
 }
Beispiel #2
0
 public void AddToTechProjectPlanPriority(TechProjectPlanPriorityValue techProjectPlanPriorityValue)
 {
     base.AddObject("TechProjectPlanPriority", techProjectPlanPriorityValue);
 }