from an rofstinfo, get an rofst object without ro images

added ToString()
This commit is contained in:
Kathy Ruffing 2015-01-29 13:46:22 +00:00
parent d4be18b454
commit 90b46d6873
2 changed files with 8 additions and 0 deletions

View File

@ -700,6 +700,10 @@ namespace VEPROMS.CSLA.Library
}
return false;
}
public ROFst GetJustROFst()
{
return ROFst.GetJustROFst(ROFstID);
}
public event ROFstInfoROTableUpdateEvent ROTableUpdate;
public List<string> OnROTableUpdate(object sender, ROFstInfoROTableUpdateEventArgs args)
{

View File

@ -39,6 +39,10 @@ namespace VEPROMS.CSLA.Library
return MyContent.ContentItems[0].Path;
}
}
public override string ToString()
{
return string.Format("ID: {0} From: {1} To: {2}", TransitionID, FromID, ToID);
}
[NonSerialized]
private TransitionConfig _TransitionConfig;
public TransitionConfig TransitionConfig