VirtualColumn Constructor

Include Protected Members
Include Inherited Members

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method VirtualColumn(String, String, Boolean, Boolean) Used by the ColumnsPickerControl exclusively to set the requiredText.
Public method VirtualColumn(String, String, Boolean, Object, Boolean) No default constructor; non-empty Display string is always required.Display is the string shown in ColumnsPickerControl list box and probably displayed to user by caller. MappedDatabaseField is the Currituck field name that this column is mapped to. It may be the same as Display. It will be empty or null for non-mapped columns. Required means caller requires this field and ColumnsPickerControl cannot delete it. Example might be the ID field.
Public method VirtualColumn(String, String, String, Boolean, Object, Boolean)

Top

See Also

Reference

VirtualColumn Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace