/// <summary>
 /// Create a new rb_Events object.
 /// </summary>
 /// <param name="itemID">Initial value of the ItemID property.</param>
 /// <param name="moduleID">Initial value of the ModuleID property.</param>
 /// <param name="allDay">Initial value of the AllDay property.</param>
 public static rb_Events Createrb_Events(global::System.Int32 itemID, global::System.Int32 moduleID, global::System.Boolean allDay)
 {
     rb_Events rb_Events = new rb_Events();
     rb_Events.ItemID = itemID;
     rb_Events.ModuleID = moduleID;
     rb_Events.AllDay = allDay;
     return rb_Events;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the rb_Events EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorb_Events(rb_Events rb_Events)
 {
     base.AddObject("rb_Events", rb_Events);
 }