Example #1
0
 public GeneralSession(SbnObject InitialObject) : base(InitialObject)
 {
     this._SessionType = GEPSessionType.OutOfValue;
 }
Example #2
0
 public override void Initialize()
 {
     base.Initialize();
     this._SessionDate = "";
     this._SessionType = GEPSessionType.OutOfValue;
 }
Example #3
0
 public GeneralSession()
 {
     this._SessionType = GEPSessionType.OutOfValue;
 }