Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LineWIF"/> class.
 /// </summary>
 /// <param name="scApp">The sc application.</param>
 public LineWIF(SCApplication scApp)
 {
     this.scApp        = scApp;
     eqObjCacheManager = scApp.getEQObjCacheManager();
     lineBLL           = scApp.LineBLL;
     seqBLL            = scApp.SequenceBLL;
 }
 public Catch(EQObjCacheManager _cache_manager)
 {
     CacheManager = _cache_manager;
 }
Example #3
0
 public Cache(EQObjCacheManager eqObjCacheManager)
 {
     this.eqObjCacheManager = eqObjCacheManager;
 }
Example #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BCSystemWIF"/> class.
 /// </summary>
 /// <param name="scApp">The sc application.</param>
 public BCSystemWIF(SCApplication scApp)
 {
     this.scApp        = scApp;
     eqObjCacheManager = scApp.getEQObjCacheManager();
     bcSystemBLL       = scApp.BCSystemBLL;
 }
Example #5
0
 public Catch(EqptBLL eqptBLL, EQObjCacheManager _cache_manager)
 {
     this.eqptBLL = eqptBLL;
     CacheManager = _cache_manager;
 }