copy from Service/HStation.Service.Assets.Core/02-model/02-ElbowManage/AssetsElbowMain.cs
copy to Service/HStation.Service.Assets.Core/02-model/05-Sprinkler/AssetsSprinklerMain.cs
Îļþ´Ó Service/HStation.Service.Assets.Core/02-model/02-ElbowManage/AssetsElbowMain.cs ¸´ÖÆ |
| | |
| | | using HStation.Assets; |
| | | using Yw.Model; |
| | | using Yw.Model; |
| | | |
| | | namespace HStation.Model |
| | | { |
| | | /// <summary> |
| | | /// ä¸å¡ç« |
| | | /// </summary> |
| | | [SysType("assets_elbow_main")] |
| | | public class AssetsElbowMain : BaseModel, ISorter, System.ICloneable |
| | | [SysType("assets_sprinkler_main")] |
| | | public class AssetsSprinklerMain : BaseModel, ISorter, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public AssetsElbowMain() |
| | | public AssetsSprinklerMain() |
| | | { } |
| | | |
| | | public AssetsElbowMain(AssetsElbowMain rhs) : base(rhs) |
| | | public AssetsSprinklerMain(AssetsSprinklerMain rhs) : base(rhs) |
| | | { |
| | | this.Name = rhs.Name; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Material = rhs.Material; |
| | | this.Angle = rhs.Angle; |
| | | this.Name = rhs.Name; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.ElbowLengthType = rhs.ElbowLengthType; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Angle = rhs.Angle; |
| | | this.Material = rhs.Material; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.FlowMinorLoss = rhs.FlowMinorLoss; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | public void Reset(AssetsElbowMain rhs) |
| | | public void Reset(AssetsSprinklerMain rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Material = rhs.Material; |
| | | this.Angle = rhs.Angle; |
| | | this.Name = rhs.Name; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.ElbowLengthType = rhs.ElbowLengthType; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Angle = rhs.Angle; |
| | | this.Material = rhs.Material; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.FlowMinorLoss = rhs.FlowMinorLoss; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | |
| | | public double? Caliber { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç®¡è·¯è¿æ¥é¿åº¦ |
| | | /// ææ |
| | | /// </summary> |
| | | public eLengthType? ElbowLengthType { get; set; } |
| | | public string Material { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è§åº¦ |
| | |
| | | public int? Angle { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ææ |
| | | /// </summary> |
| | | public string Material { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç³»æ° |
| | | /// å·å°ç³»æ° |
| | | /// </summary> |
| | | public double MinorLoss { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æµéç³»æ° |
| | | /// </summary> |
| | | public double? FlowMinorLoss { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è¯å«å
³é®å |
| | | /// </summary> |
| | | public string KeyWord { get; set; } |
| | | public List<string> KeyWord { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æåºç |