Added DisplayNumber property to Item
This commit is contained in:
@@ -16,6 +16,10 @@ namespace VEPROMS.CSLA.Library
|
|||||||
#region Item
|
#region Item
|
||||||
public partial class Item : IVEDrillDown
|
public partial class Item : IVEDrillDown
|
||||||
{
|
{
|
||||||
|
public string DisplayNumber
|
||||||
|
{
|
||||||
|
get { return ItemInfo.ConvertToDisplayText(MyContent.Number); }
|
||||||
|
}
|
||||||
public ItemInfo MyItemInfo /* Return Info version of the current Item */
|
public ItemInfo MyItemInfo /* Return Info version of the current Item */
|
||||||
{ get { return ItemInfo.Get(ItemID); } }
|
{ get { return ItemInfo.Get(ItemID); } }
|
||||||
public static void ShowAllocated(string title)
|
public static void ShowAllocated(string title)
|
||||||
|
Reference in New Issue
Block a user