Exemplo n.º 1
0
        public Object Clone()
        {
            RouteInfo obj = new RouteInfo();

            obj.RouteId = this.RouteId;

            obj.SITE        = this.SITE;
            obj.BU          = this.BU;
            obj.CustCode    = this.CustCode;
            obj.CustName    = this.CustName;
            obj.RouteName   = this.RouteName;
            obj.SectionName = this.SectionName;
            obj.ACTIVE      = this.ACTIVE;
            obj.RouteMemo   = this.RouteMemo;
            obj.MEMO        = this.MEMO;
            obj.CreatedDate = this.CreatedDate;
            obj.UpdatedDate = this.UpdatedDate;
            obj.UpdatedBy   = this.UpdatedBy;

            return(obj);
        }