Added method to retrieve ROFst based upon RODBID
Added property to get DocVersion for a ProcedureInfo Added method to check to see if a particular RO database is a setpoint database
This commit is contained in:
@@ -323,5 +323,10 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
#endregion
|
||||
#endregion
|
||||
public bool IsSetpointDB(int id)
|
||||
{
|
||||
ROFSTLookup.rodbi[] dbs = ROFSTLookup.GetRODatabaseList();
|
||||
return dbs[id].dbiAP.StartsWith("SP");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user