Exemple #1
0
        public override bool Execute()
        {
            if (InputItems is null)
            {
                Log.LogError("InputItems not specified.");
                return(false);
            }

            OutputItems = InputItems.OrderBy(x => x.ItemSpec).ToArray();
            return(true);
        }