| | |
| | | /// |
| | | /// </summary> |
| | | public StandardConfigureParameters(StandardConfigureParameters rhs) |
| | | { |
| | | { |
| | | this.RegisterCode = rhs.RegisterCode; |
| | | } |
| | | |
| | |
| | | /// |
| | | /// </summary> |
| | | public ApiConfigureParameters(ApiConfigureParameters rhs) |
| | | { |
| | | { |
| | | this.Frequency = rhs.Frequency; |
| | | this.DependencyFile = rhs.DependencyFile; |
| | | } |
| | |
| | | public MiddleLibConfigureParameters(MiddleLibConfigureParameters rhs) |
| | | { |
| | | this.Frequency = rhs.Frequency; |
| | | this.DependencyFile= rhs.DependencyFile; |
| | | } |
| | | this.DependencyFile = rhs.DependencyFile; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 轮询频率 秒 |
| | |
| | | /// |
| | | /// </summary> |
| | | public SocketConfigureParameters(SocketConfigureParameters rhs) |
| | | { |
| | | { |
| | | this.ServerPort = rhs.ServerPort; |
| | | this.RegisterCode= rhs.RegisterCode; |
| | | this.Heartbeat= rhs.Heartbeat; |
| | | this.DependencyFile=rhs.DependencyFile; |
| | | this.RegisterCode = rhs.RegisterCode; |
| | | this.Heartbeat = rhs.Heartbeat; |
| | | this.DependencyFile = rhs.DependencyFile; |
| | | this.IsCustom = rhs.IsCustom; |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | public string DependencyFile { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 是否自定义 |
| | | /// </summary> |
| | | public bool IsCustom { get; set; } |
| | | |
| | | } |
| | | |
| | | } |