Esempio n. 1
0
        public override SbnObject Clone(string sNodeName)
        {
            SubSystem retObject = new SubSystem();

            retObject.ID    = this.ID;
            retObject.Title = this._Title;
            return(retObject);
        }
Esempio n. 2
0
 public override void Initialize()
 {
     base.Initialize();
     this._RequestType      = 0;
     this._RequestContent   = "";
     this._RequestKey       = 0;
     this._SubSystem        = "";
     this._CorrelateSession = new ELSSession();
     this._CoSubSystem      = new SubSystem();
 }
Esempio n. 3
0
 public override void Initialize()
 {
     base.Initialize();
     this._message          = "";
     this._StackTrace       = "";
     this._RequestKey       = 0;
     this._RegDate          = "";
     this._SystemName       = "";
     this._CorrelateSession = new ELSSession();
     this._CoSubSystem      = new SubSystem();
 }