/// <summary>
 /// Create a new FirewallLogReportDataSet object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="reportId">Initial value of the ReportId property.</param>
 /// <param name="destinationPort">Initial value of the DestinationPort property.</param>
 /// <param name="sourcePort">Initial value of the SourcePort property.</param>
 /// <param name="type">Initial value of the Type property.</param>
 /// <param name="computerId">Initial value of the ComputerId property.</param>
 /// <param name="hasData">Initial value of the HasData property.</param>
 public static FirewallLogReportDataSet CreateFirewallLogReportDataSet(global::System.Int32 id, global::System.Guid reportId, global::System.Int32 destinationPort, global::System.Int32 sourcePort, global::System.Int32 type, global::System.Int64 computerId, global::System.Boolean hasData)
 {
     FirewallLogReportDataSet firewallLogReportDataSet = new FirewallLogReportDataSet();
     firewallLogReportDataSet.Id = id;
     firewallLogReportDataSet.ReportId = reportId;
     firewallLogReportDataSet.DestinationPort = destinationPort;
     firewallLogReportDataSet.SourcePort = sourcePort;
     firewallLogReportDataSet.Type = type;
     firewallLogReportDataSet.ComputerId = computerId;
     firewallLogReportDataSet.HasData = hasData;
     return firewallLogReportDataSet;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the FirewallLogReportDataSets EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFirewallLogReportDataSets(FirewallLogReportDataSet firewallLogReportDataSet)
 {
     base.AddObject("FirewallLogReportDataSets", firewallLogReportDataSet);
 }