This commit is contained in:
parent
11a32af77a
commit
2d36578454
@ -253,6 +253,14 @@ namespace VEPROMS.CSLA.Library
|
|||||||
return temp.IsSubStep;
|
return temp.IsSubStep;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
public bool IsStepSection
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
if (MyContent.Type == 10000) return true;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
private E_FromType ItemType
|
private E_FromType ItemType
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
Loading…
x
Reference in New Issue
Block a user