/// <summary>
 /// Create a new FirewallLogRawDataSet object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="computerId">Initial value of the ComputerId property.</param>
 /// <param name="date">Initial value of the Date 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="updated">Initial value of the Updated property.</param>
 public static FirewallLogRawDataSet CreateFirewallLogRawDataSet(global::System.Int64 id, global::System.Int64 computerId, global::System.DateTime date, global::System.Int32 destinationPort, global::System.Int32 sourcePort, global::System.Int32 type, global::System.DateTime updated)
 {
     FirewallLogRawDataSet firewallLogRawDataSet = new FirewallLogRawDataSet();
     firewallLogRawDataSet.Id = id;
     firewallLogRawDataSet.ComputerId = computerId;
     firewallLogRawDataSet.Date = date;
     firewallLogRawDataSet.DestinationPort = destinationPort;
     firewallLogRawDataSet.SourcePort = sourcePort;
     firewallLogRawDataSet.Type = type;
     firewallLogRawDataSet.Updated = updated;
     return firewallLogRawDataSet;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the FirewallLogRawDataSets EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFirewallLogRawDataSets(FirewallLogRawDataSet firewallLogRawDataSet)
 {
     base.AddObject("FirewallLogRawDataSets", firewallLogRawDataSet);
 }