Command Class
The TcHmiSrv.Command class was moved from the TcHmiSrv to the TcHmiSrv.Core namespace. It was therefore replaced by the TcHmiSrv.Core.Command class.
Differences between this release
- TcHmiSrv.Core.Command implements TcHmiSrv.Core.Duplication.ICopyable.T. and System.IEquatable.T..
- The Command.Command(Command) constructor was removed. Use the Command.DeepCopy. method instead.
- The Command.HasSymbolOptions, Command.HasPaging and Command.Paging properties were added.