Tasks database table - TaskDepender

Tasks database table

From TaskDepender
Jump to: navigation, search
(Cut)
Line 62: Line 62:
 
=== Cut ===
 
=== Cut ===
  
As described in [[Cut selected elements|"Cut selected elements"]], selected elements can be 'cut to the clipboard' by setting the <tt>ContainerId</tt> column to the maximum integer value. Since the <tt>Id</tt> of a task is stored in a [[Types|<tt>uint32</tt>]], this value is explicitly set to 2<sup>32</sup>=4294967295.
+
As described in [[Cut selected elements|"Cut selected elements"]], selected elements can be 'cut to the clipboard' by setting the <tt>ContainerId</tt> column to the maximum integer value. Since the <tt>Id</tt> of a task is stored in a [[Types|<tt>uint32</tt>]], this value is explicitly set to 4294967295 (2<sup>32</sup>).
  
 
=== Paste ===
 
=== Paste ===

Revision as of 21:19, 16 November 2011

Personal tools