/// <summary> /// Create a new ClassificationLevel object. /// </summary> /// <param name="c__Id">Initial value of the C__Id property.</param> public static ClassificationLevel CreateClassificationLevel(global::System.Int32 c__Id) { ClassificationLevel classificationLevel = new ClassificationLevel(); classificationLevel.C__Id = c__Id; return classificationLevel; }
/// <summary> /// Deprecated Method for adding a new object to the ClassificationLevels EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToClassificationLevels(ClassificationLevel classificationLevel) { base.AddObject("ClassificationLevels", classificationLevel); }