Esempio n. 1
0
 /// <summary>
 /// Create a new ReportOverrides object.
 /// </summary>
 /// <param name="tipId">Initial value of the TipId property.</param>
 /// <param name="fundingTypeId">Initial value of the FundingTypeId property.</param>
 /// <param name="reportFY">Initial value of the ReportFY property.</param>
 /// <param name="dateCreated">Initial value of the DateCreated property.</param>
 public static ReportOverrides CreateReportOverrides(global::System.String tipId, global::System.Int32 fundingTypeId, global::System.String reportFY, global::System.DateTime dateCreated)
 {
     ReportOverrides reportOverrides = new ReportOverrides();
     reportOverrides.TipId = tipId;
     reportOverrides.FundingTypeId = fundingTypeId;
     reportOverrides.ReportFY = reportFY;
     reportOverrides.DateCreated = dateCreated;
     return reportOverrides;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ReportOverrides EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToReportOverrides(ReportOverrides reportOverrides)
 {
     base.AddObject("ReportOverrides", reportOverrides);
 }