/// <summary> /// Create a new FundingLevel object. /// </summary> /// <param name="fundingLevelID">Initial value of the FundingLevelID property.</param> /// <param name="fundingLevel1">Initial value of the FundingLevel1 property.</param> public static FundingLevel CreateFundingLevel(global::System.Int32 fundingLevelID, global::System.String fundingLevel1) { FundingLevel fundingLevel = new FundingLevel(); fundingLevel.FundingLevelID = fundingLevelID; fundingLevel.FundingLevel1 = fundingLevel1; return fundingLevel; }
/// <summary> /// Deprecated Method for adding a new object to the FundingLevel EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToFundingLevel(FundingLevel fundingLevel) { base.AddObject("FundingLevel", fundingLevel); }