| | |
| | | /// <summary> |
| | | /// Bimface文件 |
| | | /// </summary> |
| | | public class BimfaceFile : BaseTraceModel, IParas, IFlags, ITagName, ISorter, System.ICloneable |
| | | public class BimfaceFile : BaseModel, IParas, IFlags, ITagName, ISorter, System.ICloneable |
| | | { |
| | | /// <summary> |
| | | /// |
| | |
| | | this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras); |
| | | this.Flags = rhs.Flags?.ToList(); |
| | | this.TagName = rhs.TagName; |
| | | this.CreateUserID = rhs.CreateUserID; |
| | | this.CreateTime = rhs.CreateTime; |
| | | this.CreateUserName = rhs.CreateUserName; |
| | | this.UpdateUserID = rhs.UpdateUserID; |
| | | this.UpdateTime = rhs.UpdateTime; |
| | | this.UpdateUserName = rhs.UpdateUserName; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |