This commit is contained in:
26
PROMS/VEPROMS.CSLA.Library/Extension/TransitionExt.cs
Normal file
26
PROMS/VEPROMS.CSLA.Library/Extension/TransitionExt.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
public partial class TransitionInfo
|
||||
{
|
||||
public string PathTo
|
||||
{
|
||||
get
|
||||
{
|
||||
//return "To " + MyItemToID.Path;
|
||||
return MyItemToID.Path;
|
||||
}
|
||||
}
|
||||
public string PathFrom
|
||||
{
|
||||
get
|
||||
{
|
||||
//return "From " + MyContent.ContentItems[0].Path;
|
||||
return MyContent.ContentItems[0].Path;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user