/// <summary>
 /// Create a new CisConfigRawDataSet object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="computerId">Initial value of the ComputerId property.</param>
 /// <param name="componentEnabled">Initial value of the ComponentEnabled property.</param>
 /// <param name="componentInstalled">Initial value of the ComponentInstalled property.</param>
 /// <param name="updated">Initial value of the Updated property.</param>
 public static CisConfigRawDataSet CreateCisConfigRawDataSet(global::System.Int64 id, global::System.Int64 computerId, global::System.Boolean componentEnabled, global::System.Boolean componentInstalled, global::System.DateTime updated)
 {
     CisConfigRawDataSet cisConfigRawDataSet = new CisConfigRawDataSet();
     cisConfigRawDataSet.Id = id;
     cisConfigRawDataSet.ComputerId = computerId;
     cisConfigRawDataSet.ComponentEnabled = componentEnabled;
     cisConfigRawDataSet.ComponentInstalled = componentInstalled;
     cisConfigRawDataSet.Updated = updated;
     return cisConfigRawDataSet;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the CisConfigRawDataSets EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCisConfigRawDataSets(CisConfigRawDataSet cisConfigRawDataSet)
 {
     base.AddObject("CisConfigRawDataSets", cisConfigRawDataSet);
 }