Added a necesssary Property (IsSubStep) for ItemInfo that is used for copy/paste,
This commit is contained in:
parent
d7a7c13b72
commit
6a8cad9899
@ -1643,6 +1643,10 @@ namespace VEPROMS.CSLA.Library
|
|||||||
return (int)_Ordinal;
|
return (int)_Ordinal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
public bool IsSubStep
|
||||||
|
{
|
||||||
|
get { return IsStep && !IsHigh && !IsTable && !IsFigure; }
|
||||||
|
}
|
||||||
public string CslaType
|
public string CslaType
|
||||||
{ get { return this.GetType().FullName; } }
|
{ get { return this.GetType().FullName; } }
|
||||||
public override string ToString()
|
public override string ToString()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user