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