示例#1
0
 public ReportSortModel(PDCPMS.Model.Common.PipeType pipeTye, PDCPMS.Model.Common.Pipe pipe, Producer Producer)
 {
     this.pipe = pipe;
     this.pipetype = pipetype;
     this.Producer = Producer;
 }
示例#2
0
 public Pipe(long key, PipeType type, PipeCategory category, DetectionCompany company, PipeOwner owner, Producer producer,
     Supplier supplier, DeliverNotice notice, DeliverWaggon waggon)
     : base(key)
 {
     this.PipeType = type;
     this.Category = category;
     this.DetectionCompany = company;
     this.Owner = owner;
     this.Producer = producer;
     this.Supplier = supplier;
     this.DeliverNotice = notice;
     this.DeliverWaggon = waggon;
 }