| | |
| | | public GeneralProperty(GeneralProperty rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.CorpID = rhs.CorpID; |
| | | this.ObjectType = rhs.ObjectType; |
| | | this.PropertyName = rhs.PropertyName; |
| | | this.DisplayName = rhs.DisplayName; |
| | |
| | | public void Reset(GeneralProperty rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.CorpID = rhs.CorpID; |
| | | this.ObjectType = rhs.ObjectType; |
| | | this.PropertyName = rhs.PropertyName; |
| | | this.DisplayName = rhs.DisplayName; |
| | |
| | | /// 标识 |
| | | /// </summary> |
| | | public long ID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 客户标识 |
| | | /// </summary> |
| | | public long CorpID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 关联类型 |