| | |
| | | this.MaxHeight = rhs.MaxHeight; |
| | | this.ConnectionAddress = rhs.ConnectionAddress; |
| | | this.ConnectionType = rhs.ConnectionType; |
| | | this.ModelInfo = rhs.ModelInfo; |
| | | this.ModelPath = rhs.ModelPath; |
| | | this.Flags = rhs.Flags?.ToList(); |
| | | this.TagName = rhs.TagName; |
| | | this.UseStatus = (Yw.Vmo.eUseStatus)(int)rhs.UseStatus; |
| | |
| | | public string ConnectionAddress { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 模型信息 |
| | | ///</summary> |
| | | public string ModelInfo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 模型路径 |
| | | ///</summary> |
| | | public string ModelPath { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 参数 |
| | | ///</summary> |
| | | public Dictionary<string, string> Paras { get; set; } |