Added DisplayNumber property to Item
This commit is contained in:
parent
c5c4d6006b
commit
a077e429ac
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user