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