/// <summary> /// Create a new Watch object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="claimedIdentifier">Initial value of the ClaimedIdentifier property.</param> /// <param name="name">Initial value of the Name property.</param> public static Watch CreateWatch(global::System.Int32 id, global::System.String claimedIdentifier, global::System.String name) { Watch watch = new Watch(); watch.ID = id; watch.ClaimedIdentifier = claimedIdentifier; watch.Name = name; return watch; }
/// <summary> /// Deprecated Method for adding a new object to the Watches EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToWatches(Watch watch) { base.AddObject("Watches", watch); }