Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the VWRepStoreCheck EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVWRepStoreCheck(VWRepStoreCheck vWRepStoreCheck)
 {
     base.AddObject("VWRepStoreCheck", vWRepStoreCheck);
 }
Example #2
0
 /// <summary>
 /// Create a new VWRepStoreCheck object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static VWRepStoreCheck CreateVWRepStoreCheck(global::System.Guid id)
 {
     VWRepStoreCheck vWRepStoreCheck = new VWRepStoreCheck();
     vWRepStoreCheck.ID = id;
     return vWRepStoreCheck;
 }