/// <summary> /// Create a new Classification object. /// </summary> /// <param name="classId">Initial value of the ClassId property.</param> public static Classification CreateClassification(global::System.Int32 classId) { Classification classification = new Classification(); classification.ClassId = classId; return classification; }
/// <summary> /// Deprecated Method for adding a new object to the Classifications EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToClassifications(Classification classification) { base.AddObject("Classifications", classification); }