/// <summary> /// Create a new AbuseReports object. /// </summary> /// <param name="ar_id">Initial value of the ar_id property.</param> /// <param name="ar_reportedby">Initial value of the ar_reportedby property.</param> /// <param name="ar_type">Initial value of the ar_type property.</param> /// <param name="ar_report">Initial value of the ar_report property.</param> /// <param name="ar_reporteduser">Initial value of the ar_reporteduser property.</param> /// <param name="ar_reviewed">Initial value of the ar_reviewed property.</param> /// <param name="ar_datereported">Initial value of the ar_datereported property.</param> public static AbuseReports CreateAbuseReports(global::System.Int32 ar_id, global::System.String ar_reportedby, global::System.Int32 ar_type, global::System.String ar_report, global::System.String ar_reporteduser, global::System.Boolean ar_reviewed, global::System.DateTime ar_datereported) { AbuseReports abuseReports = new AbuseReports(); abuseReports.ar_id = ar_id; abuseReports.ar_reportedby = ar_reportedby; abuseReports.ar_type = ar_type; abuseReports.ar_report = ar_report; abuseReports.ar_reporteduser = ar_reporteduser; abuseReports.ar_reviewed = ar_reviewed; abuseReports.ar_datereported = ar_datereported; return abuseReports; }
/// <summary> /// Deprecated Method for adding a new object to the AbuseReports EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAbuseReports(AbuseReports abuseReports) { base.AddObject("AbuseReports", abuseReports); }