| | |
| | | this.KeyWords = KeyWordHelper.ToString(rhs.KeyWords); |
| | | this.Flags = Yw.Untity.FlagsHelper.ToString(rhs.Flags); |
| | | this.TagName = rhs.TagName; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | this.Vmo = rhs; |
| | | } |
| | |
| | | this.KeyWords = KeyWordHelper.ToString(rhs.KeyWords); |
| | | this.Flags = Yw.Untity.FlagsHelper.ToString(rhs.Flags); |
| | | this.TagName = rhs.TagName; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | this.Vmo = rhs; |
| | | } |
| | |
| | | /// 排序码 |
| | | /// </summary> |
| | | [Display(Name = "排序码")] |
| | | public int SortCode { get; set; } |
| | | public int SortCode |
| | | { |
| | | get { return this.Vmo.SortCode; } |
| | | set { this.Vmo.SortCode = value; } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 说明 |