from an rofstinfo, get an rofst object without ro images
added ToString()
This commit is contained in:
parent
d4be18b454
commit
90b46d6873
@ -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)
|
||||
{
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user