BExIS.Web.Shell.Areas.DCM.Controllers.FormController.getAddtionalActions C# (CSharp) Метод

getAddtionalActions() приватный Метод

private getAddtionalActions ( ) : ActionInfo>.Dictionary
Результат ActionInfo>.Dictionary
        private Dictionary<string, ActionInfo> getAddtionalActions()
        {
            CreateTaskmanager TaskManager = (CreateTaskmanager)Session["CreateDatasetTaskmanager"];
            if (TaskManager.Actions.Any())
            {
                return TaskManager.Actions;
            }

            return new Dictionary<string, ActionInfo>();
        }