Added DisplayNumber property to Item

This commit is contained in:
Rich 2009-11-04 17:17:19 +00:00
parent c5c4d6006b
commit a077e429ac

View File

@ -16,6 +16,10 @@ namespace VEPROMS.CSLA.Library
#region Item
public partial class Item : IVEDrillDown
{
public string DisplayNumber
{
get { return ItemInfo.ConvertToDisplayText(MyContent.Number); }
}
public ItemInfo MyItemInfo /* Return Info version of the current Item */
{ get { return ItemInfo.Get(ItemID); } }
public static void ShowAllocated(string title)