C2017-002 Allow inheritance of step data elements
This commit is contained in:
@@ -279,7 +279,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return _MyFormat;
|
||||
}
|
||||
}
|
||||
|
||||
private IFormatOrFormatInfo _MyParentFormat;
|
||||
public IFormatOrFormatInfo MyParentFormat
|
||||
{
|
||||
get
|
||||
{
|
||||
return MyFormat.MyIParent;
|
||||
}
|
||||
}
|
||||
public virtual string GetPDDisplayName()
|
||||
{ return ToString(); }
|
||||
public virtual string GetPDName()
|
||||
|
Reference in New Issue
Block a user