Exemplo n.º 1
0
 /// <summary>
 /// Create a new GetFundingResources object.
 /// </summary>
 /// <param name="fundingType">Initial value of the FundingType property.</param>
 /// <param name="timePeriod">Initial value of the TimePeriod property.</param>
 /// <param name="program">Initial value of the Program property.</param>
 public static GetFundingResources CreateGetFundingResources(global::System.String fundingType, global::System.String timePeriod, global::System.String program)
 {
     GetFundingResources getFundingResources = new GetFundingResources();
     getFundingResources.FundingType = fundingType;
     getFundingResources.TimePeriod = timePeriod;
     getFundingResources.Program = program;
     return getFundingResources;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the GetFundingResources EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGetFundingResources(GetFundingResources getFundingResources)
 {
     base.AddObject("GetFundingResources", getFundingResources);
 }