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