Support for SAMGS Supplemental Information
This commit is contained in:
@@ -103,6 +103,9 @@ namespace VEPROMS.CSLA.Library
|
||||
else
|
||||
partText = ".Table";
|
||||
break;
|
||||
case E_FromType.SupInfo:
|
||||
partText = ".SupInfo";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
@@ -244,10 +247,10 @@ namespace VEPROMS.CSLA.Library
|
||||
|
||||
public enum E_FromType : int
|
||||
{
|
||||
Procedure = 1, Section = 2, Caution = 3, Note = 4, RNO = 5, Step = 6, Table = 7
|
||||
Procedure = 1, Section = 2, Caution = 3, Note = 4, RNO = 5, Step = 6, Table = 7, SupInfo = 8
|
||||
}
|
||||
public enum E_FromTypes : int
|
||||
{
|
||||
Procedures = 1, Sections = 2, Cautions = 3, Notes = 4, RNOs = 5, Steps = 6, Tables = 7
|
||||
Procedures = 1, Sections = 2, Cautions = 3, Notes = 4, RNOs = 5, Steps = 6, Tables = 7, SupInfos = 8
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user