/// <summary>
 /// Create a new ObjectiveNotation object.
 /// </summary>
 /// <param name="objectiveNotaionID">Initial value of the ObjectiveNotaionID property.</param>
 /// <param name="objectiveType">Initial value of the ObjectiveType property.</param>
 public static ObjectiveNotation CreateObjectiveNotation(global::System.Int32 objectiveNotaionID, global::System.String objectiveType)
 {
     ObjectiveNotation objectiveNotation = new ObjectiveNotation();
     objectiveNotation.ObjectiveNotaionID = objectiveNotaionID;
     objectiveNotation.ObjectiveType = objectiveType;
     return objectiveNotation;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ObjectiveNotations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToObjectiveNotations(ObjectiveNotation objectiveNotation)
 {
     base.AddObject("ObjectiveNotations", objectiveNotation);
 }