Added “IsCaution2”, “SameRowAsParent”, and redfined “WidthOverride”
This commit is contained in:
parent
c31586e7b7
commit
9fcb72d965
@ -1018,6 +1018,13 @@ namespace VEPROMS.CSLA.Library
|
|||||||
return IsType("Caution");
|
return IsType("Caution");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
public bool IsCaution2
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return IsType("Caution2");
|
||||||
|
}
|
||||||
|
}
|
||||||
public bool IsNote
|
public bool IsNote
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
@ -1807,6 +1814,27 @@ namespace VEPROMS.CSLA.Library
|
|||||||
}
|
}
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
public bool SameRowAsParent
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return ActiveFormat.PlantFormat.FormatData.StepDataList[FormatStepType].SameRowAsParent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
public string WidthOverride
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return ActiveFormat.PlantFormat.FormatData.StepDataList[FormatStepType].WidthOverride;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
//public float? WidthOverride
|
||||||
|
//{
|
||||||
|
// get
|
||||||
|
// {
|
||||||
|
// return ActiveFormat.PlantFormat.FormatData.StepDataList[FormatStepType].WidthOverride;
|
||||||
|
// }
|
||||||
|
//}
|
||||||
#endregion
|
#endregion
|
||||||
#region Path and Parent
|
#region Path and Parent
|
||||||
public string Path
|
public string Path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user