예제 #1
0
        private int meDistance;     //轴距

        public CLocation() : base()
        {
            meStatus   = EnmLocationStatus.Init;
            meType     = EnmLocationType.Init;
            meInDtime  = CObject.DefDatetime;
            meIsLocked = false;
            meIcCode   = "";
            meCarSize  = "";
            meDistance = 0;
        }
예제 #2
0
 public CLocation(string nAddrs, int nLine, int nLayer, int nList, EnmLocationType nType, EnmLocationStatus nStatus, int nWarehouse, string nICcard, DateTime ndINdtime,
                  int nDist, int nIdx, string nCSize, int nIsqx, int nRegion, int pri, string nSize)
     : this()
 {
     meType     = nType;
     meStatus   = nStatus;
     meLine     = nLine;
     meList     = nList;
     meLayer    = nLayer;
     meWhouse   = nWarehouse;
     meAddress  = nAddrs;
     meIcCode   = nICcard;
     meInDtime  = ndINdtime;
     meDistance = nDist;
     meSize     = nSize;    //车位尺寸
     meCarSize  = nCSize;   //车辆尺寸
     meIdx      = nIdx;
     meIsqx     = nIsqx;    //前悬长度
     meRegion   = nRegion;
     mepri      = pri;
 }