/// <summary>
 /// Create a new Plugin object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="handle">Initial value of the Handle property.</param>
 /// <param name="extensionId">Initial value of the ExtensionId property.</param>
 /// <param name="roomId">Initial value of the RoomId property.</param>
 public static Plugin CreatePlugin(global::System.Int64 id, global::System.String handle, global::System.Int64 extensionId, global::System.Int64 roomId)
 {
     Plugin plugin = new Plugin();
     plugin.Id = id;
     plugin.Handle = handle;
     plugin.ExtensionId = extensionId;
     plugin.RoomId = roomId;
     return plugin;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Plugins EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPlugins(Plugin plugin)
 {
     base.AddObject("Plugins", plugin);
 }