Exemplo n.º 1
0
 public EstateCtType(EstateCmType estateType)
 {
     this.EstateId             = estateType.EstateId;
     this.ScopeId              = estateType.ScopeId;
     this.EstateName           = estateType.EstateName;
     this.Address              = estateType.Address;
     this.Operate              = OperateStatus.DEFAULT;
     this.Flow                 = FlowStatus.COLLECTING;
     this.AgencyCom_EstateId   = estateType.EstateId;
     this.AgencyCom_ScopeId    = estateType.ScopeId;
     this.AgencyCom_EstateName = estateType.EstateName;
     this.AgencyCom_Address    = estateType.Address;
 }
        public EstateCmType(EstateCmType estateType)
        {
            this.BigestId   = estateType.BigestId;
            this.EstateId   = estateType.EstateId;
            this.EstateName = estateType.EstateName;
            this.ScopeId    = estateType.ScopeId;

            this.Mark       = estateType.Mark;
            this.Phase      = estateType.Phase;
            this.EstateType = estateType.EstateType;
            this.Address    = estateType.Address;
            this.CreateDate = estateType.CreateDate;
            this.LastUpdate = estateType.LastUpdate;
        }