Ejemplo n.º 1
0
        public override void CopyTo(LexiaDataObject target)
        {
            base.CopyTo(target);
            LexiaTracesData data = target as LexiaTracesData;

            data.LexiaDatasetId = LexiaDatasetId;
        }
Ejemplo n.º 2
0
        public override void CopyTo(LexiaDataObject target)
        {
            base.CopyTo(target);
            LexiaParametersSet set = target as LexiaParametersSet;

            set.LexiaTraceId = LexiaTraceId;
            set.Name         = Name;
        }
Ejemplo n.º 3
0
        public override void CopyTo(LexiaDataObject target)
        {
            base.CopyTo(target);
            LexiaParameterData data = target as LexiaParameterData;

            data.LexiaParametersSetId = LexiaParametersSetId;
            data.Name  = Name;
            data.Type  = Type;
            data.Units = Units;
        }
Ejemplo n.º 4
0
        public override void CopyTo(LexiaDataObject target)
        {
            base.CopyTo(target);
            LexiaTrace trace = target as LexiaTrace;

            trace.Address           = Address;
            trace.Application       = Application;
            trace.VehicleModelName  = VehicleModelName;
            trace.Mileage           = Mileage;
            trace.Manufacturer      = Manufacturer;
            trace.Date              = Date;
            trace.Format            = Format;
            trace.LexiaTracesDataId = LexiaTracesDataId;
            trace.ParentVehicleId   = ParentVehicleId;
            trace.Phone             = Phone;
            trace.PhoneChannel      = PhoneChannel;
            trace.SavesetId         = SavesetId;
            trace.ToolName          = ToolName;
            trace.ToolSerialNumber  = ToolSerialNumber;
            trace.Vin = Vin;
        }