/// <summary> /// Create a new rb_ContentManager object. /// </summary> /// <param name="itemID">Initial value of the ItemID property.</param> /// <param name="sourceGeneralModDefID">Initial value of the SourceGeneralModDefID property.</param> /// <param name="friendlyName">Initial value of the FriendlyName property.</param> /// <param name="sourceSummarySproc">Initial value of the SourceSummarySproc property.</param> /// <param name="destSummarySproc">Initial value of the DestSummarySproc property.</param> /// <param name="copyItemSproc">Initial value of the CopyItemSproc property.</param> /// <param name="moveItemLeftSproc">Initial value of the MoveItemLeftSproc property.</param> /// <param name="moveItemRightSproc">Initial value of the MoveItemRightSproc property.</param> /// <param name="copyAllSproc">Initial value of the CopyAllSproc property.</param> /// <param name="deleteItemLeftSproc">Initial value of the DeleteItemLeftSproc property.</param> /// <param name="deleteItemRightSproc">Initial value of the DeleteItemRightSproc property.</param> public static rb_ContentManager Createrb_ContentManager(global::System.Int32 itemID, global::System.Guid sourceGeneralModDefID, global::System.String friendlyName, global::System.String sourceSummarySproc, global::System.String destSummarySproc, global::System.String copyItemSproc, global::System.String moveItemLeftSproc, global::System.String moveItemRightSproc, global::System.String copyAllSproc, global::System.String deleteItemLeftSproc, global::System.String deleteItemRightSproc) { rb_ContentManager rb_ContentManager = new rb_ContentManager(); rb_ContentManager.ItemID = itemID; rb_ContentManager.SourceGeneralModDefID = sourceGeneralModDefID; rb_ContentManager.FriendlyName = friendlyName; rb_ContentManager.SourceSummarySproc = sourceSummarySproc; rb_ContentManager.DestSummarySproc = destSummarySproc; rb_ContentManager.CopyItemSproc = copyItemSproc; rb_ContentManager.MoveItemLeftSproc = moveItemLeftSproc; rb_ContentManager.MoveItemRightSproc = moveItemRightSproc; rb_ContentManager.CopyAllSproc = copyAllSproc; rb_ContentManager.DeleteItemLeftSproc = deleteItemLeftSproc; rb_ContentManager.DeleteItemRightSproc = deleteItemRightSproc; return rb_ContentManager; }
/// <summary> /// Deprecated Method for adding a new object to the rb_ContentManager EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTorb_ContentManager(rb_ContentManager rb_ContentManager) { base.AddObject("rb_ContentManager", rb_ContentManager); }