Beispiel #1
0
        public OnlineUserInfo(int int_3, string string_3, int int_4, int int_5, bool bool_3, bool bool_4, bool bool_5, string string_4, string string_5)
        {
            DateTime time;
            DateTime time2;
            DateTime time3;

            this.dateTime_5       = DateTime.Now;
            this.int_0            = -1;
            this.string_0         = "";
            this.string_1         = "";
            this.string_2         = string.Empty;
            this.carFilter_0      = new Bussiness.CarFilter();
            this.downCommand_0    = new DownCommand();
            this.userCarId_0      = new Bussiness.UserCarId(string_3);
            this.WorkId           = int_3;
            this.UserId           = string_3;
            this.ModuleId         = int_5;
            this.AllowSelMutil    = bool_3;
            this.AllowEmptyPw     = bool_4;
            this.SudoOverDue      = bool_5;
            this.GroupId          = int_4;
            this.RoadTransportID  = string_4;
            this.AreaCode         = string_5;
            this.NewAlarmTime     = time = new SqlDataAccess().getSystemDate();
            this.NewLogTime       = time2 = time;
            this.NewLogIOTime     = time3 = time2;
            this.NewOtherDataTime = this.NewPicTime = time3;
        }
Beispiel #2
0
 public OnlineUserInfo(int int_3, string string_3, int int_4, int int_5, bool bool_3, bool bool_4, bool bool_5, string string_4, string string_5)
 {
     DateTime time;
     DateTime time2;
     DateTime time3;
     this.dateTime_5 = DateTime.Now;
     this.int_0 = -1;
     this.string_0 = "";
     this.string_1 = "";
     this.string_2 = string.Empty;
     this.carFilter_0 = new Bussiness.CarFilter();
     this.downCommand_0 = new DownCommand();
     this.userCarId_0 = new Bussiness.UserCarId(string_3);
     this.WorkId = int_3;
     this.UserId = string_3;
     this.ModuleId = int_5;
     this.AllowSelMutil = bool_3;
     this.AllowEmptyPw = bool_4;
     this.SudoOverDue = bool_5;
     this.GroupId = int_4;
     this.RoadTransportID = string_4;
     this.AreaCode = string_5;
     this.NewAlarmTime = time = new SqlDataAccess().getSystemDate();
     this.NewLogTime = time2 = time;
     this.NewLogIOTime = time3 = time2;
     this.NewOtherDataTime = this.NewPicTime = time3;
 }